Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / FormatConditionalHelper Class / GetAboveBelow Method


In This Topic
    GetAboveBelow Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function GetAboveBelow( _
       ByVal classicCfRule As ClassicCfRule _
    ) As AboveBelow
    'Usage
     
    
    Dim classicCfRule As ClassicCfRule
    Dim value As AboveBelow
     
    value = FormatConditionalHelper.GetAboveBelow(classicCfRule)
    public static AboveBelow GetAboveBelow( 
       ClassicCfRule classicCfRule
    )

    Parameters

    classicCfRule
    See Also