Spread Windows Forms 12.0 Product Documentation
Name Property (ValidateActionBase)


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > ValidateActionBase Class : Name Property
Gets or sets the CellValidateAction name.
Syntax
'Declaration
 
Public Property Name As String
'Usage
 
Dim instance As ValidateActionBase
Dim value As String
 
instance.Name = value
 
value = instance.Name
public string Name {get; set;}

Property Value

A System.String value that represents the CellValidateAction name. The default is String.Empty.
See Also

Reference

ValidateActionBase Class
ValidateActionBase Members