try: userAttrs = cell.getPropertyValue( "UserDefinedAttributes" )
OK. So userAttrs is a XNameContainer. Does this container accept any kind of item you can put into any Any?
The user-defined attributes object supports the service com.sun.star.xml.AttributeContainer, which means the elements must be of type com.sun.star.xml.AttributeData.
Niklas
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
