[]
        
(Showing Draft Content)

GrapeCity.Spreadsheet.IWorksheet.InsertColumns

InsertColumns Method

InsertColumns(int, int)

Inserts column(s) to the GrapeCity.Spreadsheet.Worksheet at the specified position.

Declaration
ActionResult<object> InsertColumns(int column, int count)
Function InsertColumns(column As Integer, count As Integer) As ActionResult(Of Object)
Parameters
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.

Returns
Type Description
ActionResult<object>

true if the columns are inserted successful, false otherwise.