Hi,

I am currently trying to select a full row in a texttable use executeSlot to copy it and then use executeSlot to Paste it.
This topic has been asked already but no answer.
I am using goToRange(startcell, false) in combination with goToRange(endcell, true) but this seems to crash.

Alexis

Can anyone please tell me how to select TextTableCells?

The only way possible seems to be to use "goLeft/Right/Up/Down" on the view cursor. It seems to be impossible to use

goToRange(startcell, false) in combination with goToRange(endcell, true) in order to select.

Since I want to select a whole row, I noticed that it also seems to be impossible any of 1) goToStartOfLine(false) goToEndOfLine(true) on a ViewCursor placed in a cell. It simply selects the cell's content
2) create a TableCursor (an XCellRange) and use gotoRange(TableCursor)

Has anyone any hint for me?

Regards
Stephan


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to