Spread Windows Forms 11.0 Product Documentation
Validation Property (Row)


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > Row Class : Validation Property
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 GrapeCity.Spreadsheet.IValidation
'Usage
 
Dim instance As Row
Dim value As GrapeCity.Spreadsheet.IValidation
 
value = instance.Validation
public GrapeCity.Spreadsheet.IValidation Validation {get;}

Property Value

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

Reference

Row Class
Row Members