Click or drag to resize

IntersectionOfRowSelections Constructor

Overload List
 NameDescription
Public methodIntersectionOfRowSelections() Initializes a new, empty instance of the IntersectionOfRowSelections class.
Public methodIntersectionOfRowSelections(IEnumerable<IRowSelection>) 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.
Protected methodIntersectionOfRowSelections(IXmlDeserializationInfo, List<IRowSelection>) Initializes a new instance of the IntersectionOfRowSelections class for deserialization purposes.
Public methodIntersectionOfRowSelections(IEnumerable<IRowSelection>, IRowSelection, IEnumerable<IRowSelection>) Initializes a new instance of the IntersectionOfRowSelections class.
Top
See Also