Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / ClassicCfRule Class / Bottom Property


In This Topic
    Bottom Property (ClassicCfRule)
    In This Topic
    Gets or sets a value indicates whether a "top/bottom n" rule is a "bottom n" rule.
    Syntax
    'Declaration
     
    
    Public Property Bottom As Boolean
    'Usage
     
    
    Dim instance As ClassicCfRule
    Dim value As Boolean
     
    instance.Bottom = value
     
    value = instance.Bottom
    public bool Bottom {get; set;}

    Property Value

    true if conditional formatting is applied to cells whose value is in the bottom end of the range; otherwise, false.
    Remarks
    This attribute is ignored if type is not equal to top10.
    See Also