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