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


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

Property Value

color of the fill back
See Also