|
|
|
|
RemoveAt Method, ColumnsClass Class |
Removes the specified column.
Syntax ColumnsClass Class (Softelvdm.SftTreeNET)
VB |
Public Sub RemoveAt( ByVal ColIndex As Integer ) |
C# |
public void RemoveAt( int ColIndex ); |
C++ |
public: void RemoveAt( int ColIndex ); |
ColIndex
Column index of the column to remove.
Comments
The RemoveAt method removes the specified column.
The specified columns is removed.
Cells are not affected by this operation and any cells are simply remapped onto the remaining columns.