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


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

Property Value

The specified fill background color.
See Also