[]
Inserts column(s) to the GrapeCity.Spreadsheet.Worksheet at the specified position.
ActionResult<object> InsertColumns(int column, int count)
Function InsertColumns(column As Integer, count As Integer) As ActionResult(Of Object)
Type | Name | Description |
---|---|---|
int | column | An integer value indicates the column index at which to insert new columns. |
int | count | An integer value indicates the number of rows to insert. |
Type | Description |
---|---|
ActionResult<object> |
|