Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / ColorScaleCfRule Class / GetValue Method
An integer value indicates the index of conditional formatting value.


In This Topic
    GetValue Method (ColorScaleCfRule)
    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 ColorScaleCfRule
    Dim index As Integer
    Dim value As CfValue
     
    value = instance.GetValue(index)
    public override CfValue GetValue( 
       int index
    )

    Parameters

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

    Return Value

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