Spread WPF 17
GrapeCity.Excel Namespace / IDifferentialFormatting Interface / FormatId Property


In This Topic
    FormatId Property (IDifferentialFormatting)
    In This Topic
    Gets or sets the format id if the number format the dxf reference is an excel built-in number format.
    Syntax
    'Declaration
     
    Property FormatId As Integer
    'Usage
     
    Dim instance As IDifferentialFormatting
    Dim value As Integer
     
    instance.FormatId = value
     
    value = instance.FormatId
    int FormatId {get; set;}

    Property Value

    The id of the number format.
    See Also