Skip to content

Custom4DTable.GetGridDataStrings() Method

Returns a pair of strings containing the axis data and the grid flattened data in the proper format.

The axis string is built as a concatenation of bracketed lists – one per axis. The grid string is a single bracketed list with the data flattened in row-major order.

1
(axisData, gridData) GetGridDataStrings()

Returns

<System.String,System.String>