SpreadsheetGear 2017
AlertStyle Property (IValidation)






SpreadsheetGear Namespace > IValidation Interface : AlertStyle Property
Gets the alert style to be used when validation fails.
Syntax
'Declaration
 
ReadOnly Property AlertStyle As ValidationAlertStyle
'Usage
 
Dim instance As IValidation
Dim value As ValidationAlertStyle
 
value = instance.AlertStyle
ValidationAlertStyle AlertStyle {get;}
read-only property AlertStyle: ValidationAlertStyle; 
function get AlertStyle : ValidationAlertStyle
__property ValidationAlertStyle get_AlertStyle();
property ValidationAlertStyle AlertStyle {
   ValidationAlertStyle get();
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IValidation Interface
IValidation Members
ShowError Property
ErrorMessage Property
ErrorTitle Property