CreateUnoStruct Function

Creates an instance of a Uno structure type.

Use the following structure for your statement:

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

Syntax:

oStruct = CreateUnoStruct( Uno type name )

Primjer:

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