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

TableColumnCollection.Remove(TableColumn) Method

Removes the specified column from the collection.

Namespace: DevExpress.Spreadsheet

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

Declaration

void Remove(
    TableColumn column
)

Parameters

Name Type Description
column TableColumn

A object to be removed from the collection.

See Also