FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / BaseDataValidator Class / Name Property


In This Topic
Name Property (BaseDataValidator)
In This Topic
Gets or sets the CellValidator's name.
Syntax
'Declaration
 
Public Property Name As String
 
'Usage
 
Dim instance As BaseDataValidator
Dim value As String
 
instance.Name = value
 
value = instance.Name

Property Value

A System.String value that represents the CellValidator's name. The default is String.Empty.
See Also