This document is archived and information here might be outdated. Recommended version. |
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 );