Spread WinForms 15
FarPoint.Excel Assembly / FarPoint.Excel Namespace / ExcelFont Class / bCharSet Property


In This Topic
bCharSet Property
In This Topic
Syntax
'Declaration
 
Public Property bCharSet As Byte
 
'Usage
 
Dim instance As ExcelFont
Dim value As Byte
 
instance.bCharSet = value
 
value = instance.bCharSet
See Also