public Task<long> GetObjectIdAsync( int rowIndex )
Public Function GetObjectIdAsync( _ ByVal rowIndex As Integer _ ) As Task(Of Long)
Parameters
- rowIndex
- The index of the row.
Return Value
The object id of the row or -1 if the row is not found.
public Task<long> GetObjectIdAsync( int rowIndex )
Public Function GetObjectIdAsync( _ ByVal rowIndex As Integer _ ) As Task(Of Long)
Target Platforms: Windows 10, Windows 8.1, Windows 7