Interface ITopBottom
Represents the top or bottom conditional formatting rule. Applying this rule to a range helps you highlight the top or bottom �n� cells from the selected range.
Namespace: Syncfusion.XlsIO
Assembly: Syncfusion.XlsIO.NET.dll
Syntax
public interface ITopBottom
Properties
Percent
Specifies whether the rank is determined by a percentage value.
Declaration
bool Percent { get; set; }
Property Value
Type |
---|
System.Boolean |
Rank
Specifies the maximum number or percentage of cells to be highlighted for this conditional formatting rule.
Declaration
int Rank { get; set; }
Property Value
Type |
---|
System.Int32 |
Type
Specifies whether the ranking is evaluated from the top or bottom.
Declaration
ExcelCFTopBottomType Type { get; set; }
Property Value
Type |
---|
ExcelCFTopBottomType |