This document is archived and information here might be outdated.  Recommended version.


ITableSelection.AddRow Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IT > ITableSelection Interface > ITableSelection.AddRow Method
ArcGIS Developer Help

ITableSelection.AddRow Method

Adds a row to the selection set (honoring the current combination method).

[Visual Basic .NET]
Public Sub AddRow ( _
    ByVal Row As IRow _
)
[C#]
public void AddRow (
    IRow Row
);
[C++]
HRESULT AddRow(
  IRow* Row
);
[C++]
Parameters
Row [in]

Row is a parameter of type IRow*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

ITableSelection Interface