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


IIndexGrid.ColumnCount Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > II > IIndexGrid Interface > IIndexGrid.ColumnCount Property
ArcGIS Developer Help

IIndexGrid.ColumnCount Property

The number of columns in the index grid.

[Visual Basic .NET]
Public Property ColumnCount As Integer
[C#]
public int ColumnCount {get; set;}
[C++]
HRESULT get_ColumnCount(
  System.Int32* Count
);
[C++]
HRESULT put_ColumnCount(
  long Count
);
[C++]
Parameters
Count [out, retval]

Count is a parameter of type long* Count [in]
Count is a parameter of type long

Product Availability

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

See Also

IIndexGrid Interface