Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / Font Structure / CharSet Property


In This Topic
    CharSet Property (Font)
    In This Topic
    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