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


In This Topic
    CharSet Property (TextFont)
    In This Topic
    Gets a GrapeCity.Spreadsheet.CharacterSet value that specifies the GDI character set that this font uses.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property CharSet As CharacterSet
    'Usage
     
    
    Dim instance As TextFont
    Dim value As CharacterSet
     
    value = instance.CharSet
    public CharacterSet CharSet {get;}
    See Also