CreateUnoStruct Function

Uno ๊ตฌ์กฐ ์œ ํ˜•์˜ ์ธ์Šคํ„ด์Šค๋ฅผ ๋งŒ๋“ญ๋‹ˆ๋‹ค.

Syntax:

oStruct = CreateUnoStruct( Uno type name )

Example:


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

Or use the following structure for your statement:


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