ArcObjects Library Reference (CatalogUI)  

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

.NET Related Topics

CatalogUI