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


IGxContentsViewColumns.InsertColumn Method (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.InsertColumn Method
ArcGIS Developer Help

IGxContentsViewColumns.InsertColumn Method

Inserts a GxContentsViewColumn before the specified index. If index is -1, the column is inserted at the end.

[Visual Basic .NET]
Public Sub InsertColumn ( _
    ByVal index As Integer, _
    ByVal pColumn As IGxContentsViewColumn _
)
[C#]
public void InsertColumn (
    int index,
    IGxContentsViewColumn pColumn
);

Product Availability

Available with ArcGIS Desktop.

See Also

IGxContentsViewColumns Interface