Row Pairs Enumeration
Members
Name | Description | |
---|---|---|
![]() |
AddRowPair | Adds row pair. |
![]() |
Next | Retrieves the next pair of rows in the enumeration sequence. |
![]() |
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 |
---|