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


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

    Return Value

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