Spread Windows Forms 12.0 Product Documentation
GetValue Method (CfRule)


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > CfRule Class : GetValue Method
The index.
Gets a conditional formatting value at the specified index.
Syntax
'Declaration
 
Public Overridable Function GetValue( _
   ByVal index As Integer _
) As CfValue
'Usage
 
Dim instance As CfRule
Dim index As Integer
Dim value As CfValue
 
value = instance.GetValue(index)
public virtual CfValue GetValue( 
   int index
)

Parameters

index
The index.

Return Value

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

Reference

CfRule Class
CfRule Members