LibreOffice 25.8 Help
Uno གྲུབ་ཆའི་རིགས་ཀྱི་དངོས་དཔེ་གསར་དུ་འཛུགས་པ་
oStruct = CreateUnoStruct( UnoTypeName as String ) as Object
Object
| Name | Type | Description | 
|---|---|---|
| UnoTypeName | String | Name of the UNO structure. | 
         oStruct = CreateUnoStruct( "com.sun.star.beans.Property" )
     Or use the following structure for your statement:
         Dim oStruct as new com.sun.star.beans.Property