XlsConditionalFormat
Priority Property
|
The priority of this conditional formatting rule. This value is used to determine which
format should be evaluated and rendered. Lower numeric values are higher priority than
higher numeric values, where '1' is the highest priority.
Namespace:
Spire.Xls.Core.Spreadsheet
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public int Priority { get; set; }
Public Property Priority As Integer
Get
Set
public:
virtual property int Priority {
int get () sealed;
void set (int value) sealed;
}
abstract Priority : int with get, set
override Priority : int with get, set
Property Value
Type:
Int32
Implements
IConditionalFormat
Priority
See Also