Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / IExcelXF Interface / FontID Property


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