Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / MaskCellType Class / CustomMaskCharacters Property


In This Topic
CustomMaskCharacters Property
In This Topic
Gets or sets the custom characters for the mask.
Syntax
'Declaration
 
Public Overridable Property CustomMaskCharacters As String()
 
'Usage
 
Dim instance As MaskCellType
Dim value() As String
 
instance.CustomMaskCharacters = value
 
value = instance.CustomMaskCharacters
See Also