Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IColorScaleCriterion Interface / FormatColor Property


In This Topic
FormatColor Property
In This Topic
Represents the fill color specified for a threshold of a color scale conditional format or the color of the bar in a data bar conditional format.
Syntax
'Declaration
 
Property FormatColor As Color
 
'Usage
 
Dim instance As IColorScaleCriterion
Dim value As Color
 
instance.FormatColor = value
 
value = instance.FormatColor
See Also