Skip to main content
Row

TableColumnCollection.Remove(TableColumn) Method

Removes the specified column from the collection.

Namespace: DevExpress.Spreadsheet

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

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

void Remove(
    TableColumn column
)

Parameters

Name Type Description
column TableColumn

A object to be removed from the collection.

See Also