[]
        
(Showing Draft Content)

GrapeCity.Spreadsheet.IWorksheet.RemoveColumns

RemoveColumns Method

RemoveColumns(int, int)

Removes one or more columns starting with the column at the specified position.

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

Returns
Type Description
ActionResult<object>

true if the columns are removed successful, false otherwise.