Spread Silverlight Documentation
Error Property (IExcelDataValidation)


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

Property Value

The error message
See Also

Reference

IExcelDataValidation Interface
IExcelDataValidation Members