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