QBtPb‖

WdGcZ‖CreateUnoStruct Function

XVkg2‖Creates an instance of a Uno structure type.

FVEx2‖Syntax:

zyk2C‖oStruct = CreateUnoStruct( UnoTypeName as String ) as Object

bBBqF‖Return type:

CB6Pr‖Object

WADQ4‖Parameters:

Name

Type

Description

JUGbx‖UnoTypeName

String

K3WiJ‖Name of the UNO structure.


EFSA4‖Example:


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

WBYcA‖Or use the following structure for your statement:


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