This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IG > IGridLadderLabels Interface > IGridLadderLabels.LadderLabelColumnCount Property (ArcObjects .NET 10.5 SDK) |
The number of ladder label columns.
[Visual Basic .NET] Public Property LadderLabelColumnCount As Integer
[C#] public int LadderLabelColumnCount {get; set;}
[C++]
HRESULT get_LadderLabelColumnCount(
long* ColumnCount
);
[C++]
HRESULT put_LadderLabelColumnCount(
long ColumnCount
);
[C++]
Parameters ColumnCount [out, retval] ColumnCount is a parameter of type long ColumnCount [in] ColumnCount is a parameter of type long