Click or drag to resize

IRowSelectionExtensions Class

Helper methods for IRowSelection instances.
Inheritance Hierarchy
SystemObject
  Altaxo.Data.SelectionsIRowSelectionExtensions

Namespace: Altaxo.Data.Selections
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public static class IRowSelectionExtensions

The IRowSelectionExtensions type exposes the following members.

Methods
 NameDescription
Public Extension MethodGetFilteredRowIndexForOriginalRowIndex Gets the index of the filtered row by providing the index of the original row in the data table.
Public Extension MethodGetOriginalRowIndexForFilteredRowIndex Gets the index of the original row in the data table by providing the index of the filtered row.
Public Extension MethodGetSelectedRowIndicesFromTo Gets the selected row indices continuously, beginning with no less than the start index and less than the maximum index.
Top
See Also