Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / ColorScaleCfRule Class / Create2ColorScaleCfRule Method


In This Topic
    Create2ColorScaleCfRule Method
    In This Topic
    Creates a 2-color scales conditional formatting rule.
    Syntax
    'Declaration
     
    
    Public Shared Function Create2ColorScaleCfRule() As ColorScaleCfRule
    'Usage
     
    
    Dim value As ColorScaleCfRule
     
    value = ColorScaleCfRule.Create2ColorScaleCfRule()
    public static ColorScaleCfRule Create2ColorScaleCfRule()

    Return Value

    A ColorScaleCfRule instance represents the 2-color scales conditional formatting rule.
    See Also