Fonction CreateUnoStruct

Crée une instance d'une structure de type Uno.

Utilisez la structure suivante pour cette instruction :

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

Syntaxe :

oStruct = CreateUnoStruct(nom de type Uno)

Exemple :

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