Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / GeneralEditor Class / CharacterSet Property


In This Topic
CharacterSet Property (GeneralEditor)
In This Topic
Gets or sets the character set to use.
Syntax
'Declaration
 
Public Property CharacterSet As CharacterSet
 
'Usage
 
Dim instance As GeneralEditor
Dim value As CharacterSet
 
instance.CharacterSet = value
 
value = instance.CharacterSet
See Also