This document is archived and information here might be outdated. Recommended version. |
Adds row pair.
[Visual Basic .NET] Public Sub AddRowPair ( _ ByVal leftRow As IRow, _ ByVal rightRow As IRow _ )
[C#] public void AddRowPair ( IRow leftRow, IRow rightRow );
[C++]
HRESULT AddRowPair(
IRow* leftRow,
IRow* rightRow
);
[C++] Parameters leftRow [in]
leftRow is a parameter of type IRow* rightRow [in]
rightRow is a parameter of type IRow*