DataTableRemoveColumns(IAscendingIntegerCollection) Method |
Remove the selected data columns and the corresponding property rows.
Namespace: Altaxo.DataAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public virtual void RemoveColumns(
IAscendingIntegerCollection selectedColumns
)
Parameters
- selectedColumns IAscendingIntegerCollection
- A collection of the indizes to the columns that have to be removed.
See Also