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


ITableControl.SetCurrentRow Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeodatabaseDistributedUI > ESRI.ArcGIS.GeoDatabaseUI > Interfaces > IT > ITableControl Interface > ITableControl.SetCurrentRow Method
ArcGIS Developer Help

ITableControl.SetCurrentRow Method

The current row the user is on. If isOid = TRUE, then rowNumber is an OID, else it is an offset.

[Visual Basic .NET]
Public Sub SetCurrentRow ( _
    ByVal isOid As Boolean, _
    ByVal rowNumber As Integer _
)
[C#]
public void SetCurrentRow (
    bool isOid,
    int rowNumber
);

Product Availability

Available with ArcGIS Desktop.

See Also

ITableControl Interface