Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+
Row

TableColumn.Delete() Method

Deletes a column from a table.

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v19.1.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