This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > GeoDatabaseUI > ESRI.ArcGIS.GeoDatabaseUI > Interfaces > IT > ITableControl2 Interface > ITableControl2.GetCurrentRow Method (ArcObjects .NET 10.4 SDK) |
The current row the user is on. If isOid=TRUE, then rowNumber is an OID, else it is an offset.
[Visual Basic .NET] Public Function GetCurrentRow ( _ ByVal isOid As Boolean _ ) As Integer
[C#] public int GetCurrentRow ( bool isOid );