Readonly
clientA unique string allowing you to identify different instances
Readonly
internalThe parent of an object allowing you to easily navigate during debugging
Select only a single cell and try to focus it. If focused, ensure it is in view.
Toggles the selection state of a cell at the specified coordinates and attempts to set focus to it. If the cell becomes selected and focus is successfully set, optionally ensures the cell is fully visible in the view. Also flags the selection as focus-linked if focus is set.
The active column index of the cell.
The row index within the subgrid of the cell.
The subgrid containing the cell.
Specifies whether to scroll to ensure the cell is visible in the view.
true
if the cell is selected after toggling; otherwise, false
.
The major classes in RevClient implement this interface to assist with debugging.