Spread WPF 17
GrapeCity.Excel Namespace / IExcelFont Interface / CharSetIndex Property


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

    Property Value

    The index of the char set.
    See Also