[]
        
(Showing Draft Content)

GrapeCity.Spreadsheet.ITableColumn.Delete

Delete Method

Delete(int)

Deletes the column of data in the table.

Declaration
bool Delete(int count = 1)
Function Delete(Optional count As Integer = 1) As Boolean
Parameters
Type Name Description
int count

The total number of removed columns.

Returns
Type Description
bool

true if the table column is removed, false otherwise.

Remarks

This method does not remove the column from the sheet.