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