This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IF > IFormattedGridLabel Interface > IFormattedGridLabel.Format Property (ArcObjects .NET 10.5 SDK) |
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