Back to Devexpress

TableColumn.Delete() Method

officefileapi-devexpress-dot-spreadsheet-dot-tablecolumn-00859637.md

latest1.2 KB
Original Source

TableColumn.Delete() Method

Deletes a column from a table.

Namespace : DevExpress.Spreadsheet

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

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
void Delete()
vb
Sub Delete

Remarks

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

See Also

Spreadsheet Tables

TableColumn Interface

TableColumn Members

DevExpress.Spreadsheet Namespace