public Task Highlight( IEnumerable<long> ids, bool idsAreObjectIds )
Public Overloads Function Highlight( _ ByVal ids As IEnumerable(Of Long), _ ByVal idsAreObjectIds As Boolean _ ) As Task
Parameters
- ids
- The row indexes or object ids to highlight.
- idsAreObjectIds
- Indicates that the ids are object ids, otherwise they are row indexes.