Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / ExcelXMLStyle Class / NumFormatId Property


In This Topic
    NumFormatId Property
    In This Topic
    Gets or sets the num format id.
    Syntax
    'Declaration
     
    
    Public Property NumFormatId As Short
    'Usage
     
    
    Dim instance As ExcelXMLStyle
    Dim value As Short
     
    instance.NumFormatId = value
     
    value = instance.NumFormatId
    public short NumFormatId {get; set;}

    Property Value

    The num format id.
    See Also