Namespace: Spire.Xls.Core.Spreadsheet
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 11.6.0.0 (11.6.0.5020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
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

AlertStyleType

Implements

IDataValidation..::..AlertStyle

See Also