Spread WPF 17
GrapeCity.Excel Namespace / IExcelGeneralRule Interface / Bottom Property


In This Topic
    Bottom Property (IExcelGeneralRule)
    In This Topic
    Indicates whether the "top/bottom n" rule is a "bottom n" rule. '1' indicates 'bottom'. This attribute is ignored if type is not equal to top10.
    Syntax
    'Declaration
     
    Property Bottom As Nullable(Of Boolean)
    'Usage
     
    Dim instance As IExcelGeneralRule
    Dim value As Nullable(Of Boolean)
     
    instance.Bottom = value
     
    value = instance.Bottom
    Nullable<bool> Bottom {get; set;}

    Property Value

    True if the "top/bottom n" rule is a "bottom n" rule.
    See Also