This document is archived and information here might be outdated. Recommended version. |
The format used to display the numbers in the grid label.
[Visual Basic .NET] Public Property Format As INumberFormat
[C#] public INumberFormat Format {get; set;}
[C++]
HRESULT get_Format(
INumberFormat** Format
);
[C++]
HRESULT put_Format(
INumberFormat* Format
);
[C++] Parameters Format [out, retval]
Format is a parameter of type INumberFormat** Format [in]
Format is a parameter of type INumberFormat*