AlertStyleType Enumeration
|
Possible error style values:
Namespace:
Spire.Xls
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public enum AlertStyleType
Public Enumeration AlertStyleType
public enum class AlertStyleType
Members
|
Member name
|
Value
|
Description
|
|
Stop
|
0
|
Specifies that the alert should be displayed with the stop style.
|
|
Warning
|
1
|
Specifies that the alert should be displayed with the warning style.
|
|
Info
|
2
|
Specifies that the alert should be displayed with the information style.
|
See Also