The TextTableCursor provide methods to navigate through the table structure, to merge and split cells...
Definition: XTextTableCursor.idl:37
boolean goLeft([in] short nCount, [in] boolean bExpand)
moves the cursor to the left neighbor.
boolean goUp([in] short nCount, [in] boolean bExpand)
moves the cursor to the top neighbor.
void gotoStart([in] boolean bExpand)
moves the cursor to the top left cell of the table.
boolean goRight([in] short nCount, [in] boolean bExpand)
moves the cursor to the right neighbor.
void gotoEnd([in] boolean bExpand)
moves the cursor to the bottom right cell of the table.
boolean goDown([in] short nCount, [in] boolean bExpand)
moves the cursor to the bottom neighbor cell.
boolean splitRange([in] short nCount, [in] boolean bHorizontal)
splits the range of cells.
boolean mergeRange()
merges the selected range of cells.
boolean gotoCellByName([in] string aCellName, [in] boolean bExpand)
moves the cursor to the cell with the specified name.