'Declaration Public Sub RemoveColumns( _
ByVal columnIndexThe index of column, where rows must be removed.As System.Int32, _
ByVal columnCountThe count of columns to remove.As System.Int32 _
)
public void RemoveColumns(
System.Int32 columnIndex,
System.Int32 columnCount
)
public: void RemoveColumns(
System.Int32 columnIndex,
System.Int32 columnCount
)
public:
void RemoveColumns(
System.Int32 columnIndex,
System.Int32 columnCount
)
Parameters
- columnIndex
- The index of column, where rows must be removed.
- columnCount
- The count of columns to remove.