BaseColumnCollectionChangedEventArgsAccumulate(Int32, Int32, Int32, Boolean) Method |
Accumulates the change state by adding a change info from a column.
Namespace: Altaxo.DataAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public void Accumulate(
int columnNumber,
int minRow,
int maxRow,
bool hasRowCountDecreased
)
Parameters
- columnNumber Int32
- The number of column that has changed.
- minRow Int32
- The lowest row number that has changed.
- maxRow Int32
- The highest row number that has changed (plus one).
- hasRowCountDecreased Boolean
- True if the row count of the column has decreased.
See Also