[]
Removes one or more columns starting with the column at the specified position.
ActionResult<object> RemoveColumns(int column, int count)
Function RemoveColumns(column As Integer, count As Integer) As ActionResult(Of Object)
Type | Name | Description |
---|---|---|
int | column | An integer value indicates the index of first column to remove. |
int | count | An integer value indicates the number of column(s) to remove. |
Type | Description |
---|---|
ActionResult<object> |
|