Skip to main content

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

NameTypeDescription
rowITraceNodenode of the row of the selected cell
columnITraceNodeColumn node of cell to select
appendboolMaintain 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

NameException ClassDescription
Invalid argumentExtensionArgumentExceptionIf null is specified for row or column