ITracePage.SelectCell method
Namespace: NextDesign.Desktop
Description
If the type of view being displayed is Matrix, selects the specified cell.
Nothing is done if the node specified by row and column does not exist in each lane.
Also, nodes on lanes are not selected.
If the type of view being displayed is Tree, nothing will be done.
argument
Name | Type | Description |
---|---|---|
row | ITraceNode | node of the row of the selected cell |
column | ITraceNode | Column node of cell to select |
append | bool | Maintain the current cell selection state and add selection If true is specified, the current cell selection state is maintained and additional selection is performed. |
Return value
- void
Exceptions
Name | Exception Class | Description |
---|---|---|
Invalid argument | ExtensionArgumentException | If null is specified for row or column |