Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / ExcelFont Class / bCharSet Property


In This Topic
    bCharSet Property
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property bCharSet As Byte
    'Usage
     
    
    Dim instance As ExcelFont
    Dim value As Byte
     
    instance.bCharSet = value
     
    value = instance.bCharSet
    public byte bCharSet {get; set;}
    See Also