FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / BaseCellType Class / Validators Property
Example


In This Topic
Validators Property (BaseCellType)
In This Topic
Gets the validator collection.
Syntax
'Declaration
 
Public Overridable ReadOnly Property Validators As ValidatorCollection
 
'Usage
 
Dim instance As BaseCellType
Dim value As ValidatorCollection
 
value = instance.Validators
Example
This example specifies a validator for the cell.
See Also