NUMBERFMT 構造体 |
| 宣言文 |
![]() |
Type NUMBERFMT
NumDigits As Long ' number of decimal digits
LeadingZero As Long ' if leading zero in decimal fields
Grouping As Long ' group size left of decimal
lpDecimalSep As String ' ptr to decimal separator string
lpThousandSep As String ' ptr to thousand separator string
NegativeOrder As Long ' negative number ordering
End Type
|
| 備考 |

Structure NUMBERFMT
NumDigits As Integer ' number of decimal digits
LeadingZero As Integer ' if leading zero in decimal fields
Grouping As Integer ' group size left of decimal
lpDecimalSep As String ' ptr to decimal separator string
lpThousandSep As String ' ptr to thousand separator string
NegativeOrder As Integer ' negative number ordering
End Structure