Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / FrtFontList Class / reserved Property


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