Combines the supplied vector arguments into a 2-dimensional array

Namespace:  XllPlus.ComWrappers.Runtime
Assembly:  XllPlus.ComWrappers.Runtime (in XllPlus.ComWrappers.Runtime.dll) Version: 7.0.9.1411 (7.0.9.1411)

Syntax

C#
protected Object[,] CombineVectorGroup(
	params Object[] args
)
Visual Basic (Declaration)
Protected Function CombineVectorGroup ( _
	ParamArray args As Object() _
) As Object(,)
Visual C++
protected:
array<Object^,2>^ CombineVectorGroup(
	... array<Object^>^ args
)

Parameters

args
Type: array< System..::.Object >[]()[]
A list of argument pairs, each comprising name followed by value.

Return Value

A two-dimensional array

Exceptions

ExceptionCondition
XllPlus.ComWrappers.Runtime..::.XllWrapperExceptionThrown if conversion is not possible, or if there is a size mismatch between the vector arguments.

See Also