Spread Silverlight Documentation
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 System.Integer
'Usage
 
Dim instance As DifferentialFormatting
Dim value As System.Integer
 
instance.FormatId = value
 
value = instance.FormatId
public System.int FormatId {get; set;}

Property Value

The id of the number format.
See Also

Reference

DifferentialFormatting Class
DifferentialFormatting Members