Skip to main content
A newer version of this page is available. .
Row

TableColumn.Delete() Method

Deletes a column from a table.

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v18.2.Core.dll

Declaration

void Delete()

Remarks

The Delete method removes the column from the table. It does not remove the column from the worksheet.

See Also