Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / Row Class / Validation Property


In This Topic
Validation Property (Row)
In This Topic
Gets an instance of IValidation which may be used to get and set validation properties of the rows represented by this Row.
Syntax
'Declaration
 
Public ReadOnly Property Validation As IValidation
 
'Usage
 
Dim instance As Row
Dim value As IValidation
 
value = instance.Validation

Property Value

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