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


IGridLadderLabels.LadderLabelColumnCount Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

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(
  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

Product Availability

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

See Also

IGridLadderLabels Interface