IDataValidation
AlertStyle Property
|
Style of the error.
Namespace:
Spire.Xls.Core
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
AlertStyleType AlertStyle { get; set; }
Property AlertStyle As AlertStyleType
Get
Set
property AlertStyleType AlertStyle {
AlertStyleType get ();
void set (AlertStyleType value);
}
abstract AlertStyle : AlertStyleType with get, set
Property Value
Type:
AlertStyleType
See Also