XlsConditionalFormat
TopBottom Property
|
Get the conditional formatting's "TopBottom" instance.
The default instance's rule highlights cells whose
values fall in the top 10 bracket.
Valid only for type = TopBottom.
Namespace:
Spire.Xls.Core.Spreadsheet
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public TopBottom TopBottom { get; }
Public ReadOnly Property TopBottom As TopBottom
Get
public:
property TopBottom^ TopBottom {
TopBottom^ get ();
}
member TopBottom : TopBottom with get
Return Value
Type:
TopBottom
See Also