Spread WPF 17
GrapeCity.Excel Namespace / DifferentialFormatting Class / FormatId Property


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

    Property Value

    The id of the number format.
    See Also