Click or drag to resize

IndependentAndDependentColumnsGetFilteredRowIndexForOriginalRowIndex Method

Gets the index of the filtered row by providing the index of the original row in the data table.

Namespace: Altaxo.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public int? GetFilteredRowIndexForOriginalRowIndex(
	int originalRowIndex
)

Parameters

originalRowIndex  Int32
Index of the original row in the data table.

Return Value

NullableInt32
The index of the filtered row corresponding to the index of the original row in the data table . If the index of the original row is not included by the filter, the return value is null.
See Also