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


IGxContentsViewColumns.ColumnByIndex Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > CatalogUI > ESRI.ArcGIS.CatalogUI > Interfaces > IG > IGxContentsViewColumns Interface > IGxContentsViewColumns.ColumnByIndex Property
ArcGIS Developer Help

IGxContentsViewColumns.ColumnByIndex Property

A column by its index.

[Visual Basic .NET]
Public Function get_ColumnByIndex ( _
    ByVal index As Integer _
) As IGxContentsViewColumn
[C#]
public IGxContentsViewColumn get_ColumnByIndex (
    int index
);

Product Availability

Available with ArcGIS Desktop.

See Also

IGxContentsViewColumns Interface