Validation.AlertStyle Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the validation alert style. Read-only XlDVAlertStyle.
public:
property int AlertStyle { int get(); };
public int AlertStyle { get; }
Public ReadOnly Property AlertStyle As Integer
Property Value
Remarks
Use the Add(XlDVType, Object, Object, Object, Object) method to set the alert style for a range. If the range already has data validation, use the Modify(Object, Object, Object, Object, Object) method to change the alert style.