Click or drag to resize

TopBottom Type Property

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; }

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