'Declaration Public Overloads Sub InsertColumn( _ ByVal index As Integer, _ ByVal direction As Boolean _ )
Parameters
- index
- The index at which to insert the new Column.
- direction
- true to insert the Column on the right side of the indexed Column, false to insert on the left side.