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

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