FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / CellFooter Class / Validation Property


In This Topic
Validation Property (CellFooter)
In This Topic
Gets an instance of IValidation which may be used to get and set validation properties of the cells represented by this Cell.
Syntax
'Declaration
 
Public ReadOnly Property Validation As IValidation
 
'Usage
 
Dim instance As CellFooter
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 cells.
See Also