Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / IFillFormat Interface / ForeColor Property


In This Topic
ForeColor Property (IFillFormat)
In This Topic
Gets a ColorFormat object that represents the specified foreground fill or solid color.
Syntax
'Declaration
 
ReadOnly Property ForeColor As IColorFormat
 
'Usage
 
Dim instance As IFillFormat
Dim value As IColorFormat
 
value = instance.ForeColor

Property Value

The ColorFormat object that represents the specified foreground fill or solid color.
See Also