public Task Highlight( long id, bool idIsObjectId )
Public Overloads Function Highlight( _ ByVal id As Long, _ ByVal idIsObjectId As Boolean _ ) As Task
Parameters
- id
- The row index or object id to highlight.
- idIsObjectId
- Indicates that the id is an object id, otherwise it is a row index.