GrapeCity.Xaml.Excel
Error Property (IExcelDataValidation)


GrapeCity.Excel Namespace > IExcelDataValidation Interface : Error Property
Gets or sets the error message.
Syntax
'Declaration
 
Property Error As String
'Usage
 
Dim instance As IExcelDataValidation
Dim value As String
 
instance.Error = value
 
value = instance.Error
string Error {get; set;}

Property Value

The error message
See Also

Reference

IExcelDataValidation Interface
IExcelDataValidation Members