Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / ColorScaleCfRule Class / GetColor Method
An integer value indicates the index of conditional formatting value.


In This Topic
GetColor Method (ColorScaleCfRule)
In This Topic
Gets the color at the specified index.
Syntax
'Declaration
 
Public Function GetColor( _
   ByVal index As Integer _
) As Color
 
'Usage
 
Dim instance As ColorScaleCfRule
Dim index As Integer
Dim value As Color
 
value = instance.GetColor(index)

Parameters

index
An integer value indicates the index of conditional formatting value.

Return Value

A Color value represents the color at the specified index.
See Also