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


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