Altaxo. |
| Class | Description | |
|---|---|---|
| AllRows | Row selection that includes all available rows. | |
| ExcludeUnionOfRowSelections | Represents an exclusion of a union of row selections. | |
| IncludeSingleNumericalValue | Selects rows whose values in a specified column equal a single numeric value. | |
| IncludeSingleTextValue | Selects rows whose values in a specified column equal a single text value. | |
| IncludeTextContains | Selects rows whose text values contain a specified substring. | |
| IncludeTextEndsWith | Selects rows whose text values end with a specified substring. | |
| IncludeTextStartsWith | Selects rows whose text values start with a specified substring. | |
| IntersectionOfRowSelections | Represents an intersection of row selections. | |
| IRowSelectionExtensions | Helper methods for IRowSelection instances. | |
| PeriodicRowIndexSegments | Selects fixed-length row segments repeated periodically. | |
| RangeOfNumericalValues | Selects rows whose numeric values lie within a configured range. | |
| RangeOfRowIndices | Selects a contiguous range of row indices. | |
| UnionOfRowSelections | Represents an union of row selections. |
| Interface | Description | |
|---|---|---|
| IRowSelection | Represents a selection of rows for data operations. | |
| IRowSelectionCollection | Interface to a collection of row selections. Since this is itself a row selection, it extends the IRowSelection interface. |