GrapeCity.Xaml.Excel
FormatId Property (DifferentialFormatting)


GrapeCity.Excel Namespace > DifferentialFormatting Class : FormatId Property
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

Reference

DifferentialFormatting Class
DifferentialFormatting Members