Gets the built-in number format ID.
public int BuiltInID {get;}
'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.