Fonction CreateUnoStruct

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

Syntaxe :

oStruct = CreateUnoStruct(nom de type Uno)

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