Tobias Krais wrote:
XSheetCellCursor xSCC = xSpreadsheet.createCursor();
XPropertySet xSheetCursorProps = (XPropertySet)
UnoRuntime.queryInterface(XPropertySet.class, xSCC);
// Here I hang: the PropertyValue "PageStyleName" does not exist
// How can I get the page property to be able to continue as below...
String pageStyleName = xSheetCursorProps
.getPropertyValue("PageStyleName").toString();
From the sheet itself, not the cursor, and the property name is
"PageStyle".
Niklas
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]