Click or drag to resize

DataColumnAccumulateChangeData(Int32, Int32, Boolean) Method

Accumulates the change data provided in the arguments into the m_ChangeData member.

Namespace: Altaxo.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
protected void AccumulateChangeData(
	int minRow,
	int maxRow,
	bool rowCountDecreased
)

Parameters

minRow  Int32
The min row number that changed.
maxRow  Int32
The max row number that changed.
rowCountDecreased  Boolean
True if the row count of the column decreased by the change.
Remarks
In case the object in which to accumulate the change data is actually null, a new change data object is created.
See Also