DataColumnCollectionRemoveColumns(IAscendingIntegerCollection) Method |
Removes the specified columns from the collection.
Namespace: Altaxo.DataAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic void RemoveColumns(
IAscendingIntegerCollection selectedColumns
)
Parameters
- selectedColumns IAscendingIntegerCollection
- The indices of the columns to remove.
See Also