Spread WinForms 15
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / GcMask Class / Value Property


In This Topic
Value Property (GcMask)
In This Topic
Gets or sets the underlying value assigned to the control.
Syntax
'Declaration
 
Public Property Value As String
 
'Usage
 
Dim instance As GcMask
Dim value As String
 
instance.Value = value
 
value = instance.Value

Property Value

A System.String value indicates the value of the mask contorl.
Remarks
A string that made of all chars in fields and exclude literals. No matter what fields this control has, this Value is always same.
See Also