Spread WPF 17
GrapeCity.Excel Namespace / ExcelFont Class / CharSetIndex Property


In This Topic
    CharSetIndex Property (ExcelFont)
    In This Topic
    Gets or sets the index of the char set.
    Syntax
    'Declaration
     
    Public Property CharSetIndex As Byte
    'Usage
     
    Dim instance As ExcelFont
    Dim value As Byte
     
    instance.CharSetIndex = value
     
    value = instance.CharSetIndex
    public byte CharSetIndex {get; set;}

    Property Value

    The index of the char set.
    See Also