DataColumnCollectionRemoveRowsInColumns Method |
Removes the
from the table.
Namespace: Altaxo.DataAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public void RemoveRowsInColumns(
IAscendingIntegerCollection selectedColumns,
IAscendingIntegerCollection selectedRows
)
Parameters
- selectedColumns IAscendingIntegerCollection
- Collection of indices to the columns that should be removed.
- selectedRows IAscendingIntegerCollection
- Collection of indizes to the rows that should be removed.
See Also