TableColumnCollection.Remove(TableColumn) Method
Removes the specified column from the collection.
Namespace: DevExpress.Spreadsheet
Assembly: DevExpress.Spreadsheet.v24.1.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
column | TableColumn | A object to be removed from the collection. |
See Also