Spread Windows Forms 12.0 Product Documentation
BuiltInID Property


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > NumberFormat Structure : BuiltInID Property
Gets the built-in number format ID.
Syntax
'Declaration
 
Public ReadOnly Property BuiltInID As Integer
'Usage
 
Dim instance As NumberFormat
Dim value As Integer
 
value = instance.BuiltInID
public int BuiltInID {get;}

Property Value

An integer value represents the built-in number format ID. System.Int32.MinValue if the number format is custom.
See Also

Reference

NumberFormat Structure
NumberFormat Members