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


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

Property Value

The ColorFormat object that represents the specified fill background color.
See Also