IntersectionOfRowSelections(IEnumerableIRowSelection) Constructor |
Initializes a new instance of the
IntersectionOfRowSelections class from an existing collections of row selections.
The existing row selections are cloned before used in this class.
Namespace: Altaxo.Data.SelectionsAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public IntersectionOfRowSelections(
IEnumerable<IRowSelection> rowSelections
)
Parameters
- rowSelections IEnumerableIRowSelection
- The row selections. They are not used directly, but cloned before stored in this class.
See Also