Click or drag to resize

DataColumnCollectionRemoveRowsInGroup(Int32, Int32, Int32) Method

Removes rows in a group of columns.

Namespace: Altaxo.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public void RemoveRowsInGroup(
	int indexOfFirstRowToRemove,
	int numberOfRowsToRemove,
	int groupNumber
)

Parameters

indexOfFirstRowToRemove  Int32
The index of the first row to remove.
numberOfRowsToRemove  Int32
The number of rows to remove. Rows indexOfFirstRowToRemove to indexOfFirstRowToRemove+numberOfRowsToRemove-1 will be removed.
groupNumber  Int32
The group number of the column group.
See Also