'Declaration Public Sub Insert( _ ByVal index As System.Integer, _ ByVal vc As C1DisplayColumn _ )
public void Insert( System.int index, C1DisplayColumn vc )
Parameters
- index
- The zero-based index at which the C1DisplayColumn should be inserted.
- vc
- The C1DataColumn to insert.