IndependentAndDependentColumnsGetFilteredRowIndexForOriginalRowIndex Method |
Gets the index of the filtered row by providing the index of the original row in the data table.
Namespace: Altaxo.DataAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntaxpublic int? GetFilteredRowIndexForOriginalRowIndex(
int originalRowIndex
)
Parameters
- originalRowIndex Int32
- Index of the original row in the data table.
Return Value
NullableInt32The 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