Click or drag to resize

DataColumnCollectionRefreshRowCount(Boolean) Method

Refreshes the row count.

Namespace: Altaxo.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public void RefreshRowCount(
	bool bSearchOnlyUntilOldRowCountReached
)

Parameters

bSearchOnlyUntilOldRowCountReached  Boolean
If false, all columns are observed. If true, the columns are observed only until one column is reached, which has the same value of the row count as this collection.
See Also