FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / MaskCellType Class / MaskChar Property


In This Topic
MaskChar Property (MaskCellType)
In This Topic
Gets or sets the placeholder character.
Syntax
'Declaration
 
Public Property MaskChar As Char
 
'Usage
 
Dim instance As MaskCellType
Dim value As Char
 
instance.MaskChar = value
 
value = instance.MaskChar
See Also