KDCalc Class Library

IComInterop.GetTextArrayFrom2DRange Method 

Returns a 2-Dimensional array of Strings which represent the range by [row][col].

string[,] GetTextArrayFrom2DRange(
   string namedRange
);

Parameters

namedRange
The name of the range to get the array from.

Return Value

A 2-Dimensional Array of strings.

See Also

IComInterop Interface | KnowledgeDynamics.KDCalc Namespace