// on the XCellRange
XColumnRowRange xcolumnrowrange =
( XColumnRowRange)UnoRuntime.queryInterface(
XColumnRowRange.class, xcellrange );
// Inserting one row to the table
XTableRows xTableRows =
xcolumnrowrange.getRows();
xTableRows.insertByIndex( intRowToInsert, 1 );
// Querying for the interface
// XCellRangeMovement on XCellRange
XCellRangeMovement xcellrangemovement =
(XCellRangeMovement)UnoRuntime.queryInterface(