Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IconSetCfRule Class / GetValue Method
The index.


In This Topic
GetValue Method (IconSetCfRule)
In This Topic
Gets a conditional formatting value at the specified index.
Syntax
'Declaration
 
Public Overrides NotOverridable Function GetValue( _
   ByVal index As Integer _
) As CfValue
 
'Usage
 
Dim instance As IconSetCfRule
Dim index As Integer
Dim value As CfValue
 
value = instance.GetValue(index)

Parameters

index
The index.

Return Value

A CfValue value represents a conditional formatting value at the specified index.
See Also