In the event structure, mouse down event will give you the cursor position.
You can use the invoke node of the table to convert cursor position to row/column number.
Use property node of the pulldown menu to move it.
〉“选择区域起始”属性节点
What are you try to do with this property node ?
〉是我不知道选择下拉菜单的哪项属性节点
For what ?
Please give more detail.
Don't understand.
Please show your VI.
You used a wrong property node.
Use this invoke node instead:
to convert coordinate to row / column.
Use Value change event of the pulldown menu to read user selected value,
and pass it to the table.