Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / NumberFormat Structure / BuiltInID Property


In This Topic
BuiltInID Property
In This Topic
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

Property Value

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