DataColumnCollectionRemoveRowInGroup Method |
Removes a row in a group of columns.
Namespace: Altaxo.DataAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public void RemoveRowInGroup(
int indexOfRowToRemove,
int groupNumber
)
Parameters
- indexOfRowToRemove Int32
- The index of the row to remove.
- groupNumber Int32
- The group number of the column group.
See Also