Funció CreateUnoStruct

Crea una instància d'un tipus d'estructura Uno.

Sintaxi:

oStruct = CreateUnoStruct( Uno type name )

Valor de retorn:

Object

Paràmetres :

Name

Type

Description

UnoTypeName

String

Name of the UNO structure.


Exemple :


         oStruct = CreateUnoStruct( "com.sun.star.beans.Property" )
     

Or use the following structure for your statement:


         Dim oStruct as new com.sun.star.beans.Property