Adds a row to the selection set (honoring the current combination method).
[Visual Basic 6.0] Sub AddRow(
ByVal Row As IRow _
)
[Visual Basic .NET] Public Sub AddRow ( _ ByVal Row As IRow _ )
[C#] public void AddRow ( IRow Row );
[Java] public void addRow ( IRow Row ) throws IOException, AutomationException
[C++] HRESULT AddRow( IRow* Row );