Spread WinForms 15
FarPoint.Excel Assembly / FarPoint.Excel Namespace / ExcelShape Class / FillColor Property


In This Topic
FillColor Property (ExcelShape)
In This Topic
Gets or sets the color of the fill.
Syntax
'Declaration
 
Public Property FillColor As Color
 
'Usage
 
Dim instance As ExcelShape
Dim value As Color
 
instance.FillColor = value
 
value = instance.FillColor

Property Value

color of the fill
See Also