Spread Windows Forms 12.0 Product Documentation
Validation Property (Column)


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > Column Class : Validation Property
Gets an instance of IValidation which may be used to get and set validation properties of the rows represented by this Column.
Syntax
'Declaration
 
Public ReadOnly Property Validation As IValidation
'Usage
 
Dim instance As Column
Dim value As IValidation
 
value = instance.Validation
public IValidation Validation {get;}

Property Value

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

Reference

Column Class
Column Members