This document is archived and information here might be outdated.  Recommended version.


IGridLadderLabels.LadderLabelColumnCount Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IG > IGridLadderLabels Interface > IGridLadderLabels.LadderLabelColumnCount Property
ArcGIS Developer Help

IGridLadderLabels.LadderLabelColumnCount Property

The number of ladder label columns.

[Visual Basic .NET]
Public Property LadderLabelColumnCount As Integer
[C#]
public int LadderLabelColumnCount {get; set;}
[C++]
HRESULT get_LadderLabelColumnCount(
  System.Int32* 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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IGridLadderLabels Interface