Gets or sets the type of top or bottom, either as a percentage or a fixed value.
Namespace:
Spire.Xls.Core.Spreadsheet.ConditionalFormatting
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public TopBottomType Type { get; set; }
Public Property Type As TopBottomType
Get
Set
public:
property TopBottomType Type {
TopBottomType get ();
void set (TopBottomType value);
}
member Type : TopBottomType with get, set
Property Value
Type:
TopBottomType
A TopBottomType value indicating whether the type is Top, Bottom, TopPercent, or BottomPercent.
Return Value
Type:
TopBottomType
The current TopBottomType value.
See Also