ITracePage.SelectCell method
Namespace: NextDesign.Desktop
Description
If the type of view you are viewing is Matrix, select the specified cell. If the node specified in the row and column does not exist in each lane, nothing is done. Also, no node on the lane is selected.
If the displayed view type is Tree, nothing is done.
argument
Name | Type | Description |
---|---|---|
row | ITraceNode | Node in the row of the cell to select |
column | ITraceNode | Node of the column of the cell to select |
append | bool | Keep the current cell selection state and make additional selections. If you specify true, keep the current cell selection state and make additional selections. |
Return value
- void
Exception
Name | Exception Class | Description |
---|---|---|
Invalid argument | ExtensionArgumentException | When null is specified for row or column |