Search
IStyle.TextColor Property
See Also
 






Gets or sets the color of the element's text.

Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms

 Syntax

C#  Copy Code

Nullable<Color> TextColor { get; set; }

Visual Basic  Copy Code

Property TextColor As Nullable(Of Color)

 Property Value

An instance of the .NET Color structure or null (Nothing in Visual Basic).

 See Also