Spread Windows Forms 12.0 Product Documentation
CharSet Property


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > Font Structure : CharSet Property
Gets the char set of this Font.
Syntax
'Declaration
 
Public Property CharSet As CharacterSet
'Usage
 
Dim instance As Font
Dim value As CharacterSet
 
instance.CharSet = value
 
value = instance.CharSet
public CharacterSet CharSet {get; set;}

Property Value

An integer value represents the char set of this Font.
See Also

Reference

Font Structure
Font Members