OLEObject.ValueArray2D
From Xojo Documentation
Method
This method is only available on the Windows platform. For cross-platform compatibility, use #If...#Endif with the Target... specifiers to make sure you will not attempt to use this method on an incompatible platform. |
OLEObject.ValueArray2D(Name as String,Parameters() as Variant) As Variant(,)
New in 2008r1
Supported for all project types and targets.
New in 2008r1
Supported for all project types and targets.
Used to get or set a value of the object for two-dimensional arrays.
Notes
The Name parameter is the name of the property to assign a new value to or to get the value. ValueArray2D can accept a list of parameters to pass to the automation object. The Parameters array is assumed to be 1-based.