Skip to main content

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

NameTypeDescription
rowITraceNodeNode in the row of the cell to select
columnITraceNodeNode of the column of the cell to select
appendboolKeep 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

NameException ClassDescription
Invalid argumentExtensionArgumentExceptionWhen null is specified for row or column