IEnumRowPairsImpl Interface

Row Pairs Enumeration

Members

Name Description
Method AddRowPair Adds row pair.
Method Next Retrieves the next pair of rows in the enumeration sequence.
Method Reset Resets enumeration sequence to the beginning.

IEnumRowPairsImpl.AddRowPair Method

Adds row pair.

Public Sub AddRowPair ( _
    ByVal leftRow As IRow, _
    ByVal rightRow As IRow _
)
public void AddRowPair (
    IRow leftRow,
    IRow rightRow
);

IEnumRowPairsImpl.Next Method

Retrieves the next pair of rows in the enumeration sequence.

Public Sub Next ( _
    ByRef leftRow As IRow, _
    ByRef rightRow As IRow _
)
public void Next (
    ref IRow leftRow,
    ref IRow rightRow
);

IEnumRowPairsImpl.Reset Method

Resets enumeration sequence to the beginning.

Public Sub Reset ( _
)
public void Reset (
);

Classes that implement IEnumRowPairsImpl

Classes Description

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.