Gets or sets font color of the column.

Namespace: Spire.Spreadsheet.Forms
Assembly: Spire.Spreadsheet (in Spire.Spreadsheet.dll) Version: 3.7.1.8020

Syntax

            
 C#  Visual Basic  Visual C++  F# 
Color FontColor { get; set; }
Property FontColor As Color
	Get
	Set
property Color FontColor {
	Color get ();
	void set (Color value);
}
abstract FontColor : Color with get, set

Property Value

Color

See Also