Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / ExcelXFormat Class / FontID Property


In This Topic
    FontID Property (ExcelXFormat)
    In This Topic
    FontID
    Syntax
    'Declaration
     
    
    Public Overridable Property FontID As Short
    'Usage
     
    
    Dim instance As ExcelXFormat
    Dim value As Short
     
    instance.FontID = value
     
    value = instance.FontID
    public virtual short FontID {get; set;}
    See Also