Spread Windows Forms 12.0 Product Documentation
Validation Property (IRange)


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > IRange Interface : Validation Property
Gets an instance of IValidation which may be used to get and set validation properties of the cells represented by this IRange.
Syntax
'Declaration
 
ReadOnly Property Validation As IValidation
'Usage
 
Dim instance As IRange
Dim value As IValidation
 
value = instance.Validation
IValidation Validation {get;}

Property Value

The instance of IValidation which may be used to get and set validation properties of the cells.
See Also

Reference

IRange Interface
IRange Members