[]
        
(Showing Draft Content)

GrapeCity.CalcEngine.IValue.CreateValuesArray

CreateValuesArray Method

CreateValuesArray(int, int)

Creates a new values array.

Declaration
IValuesArray CreateValuesArray(int rowCount, int columnCount)
Function CreateValuesArray(rowCount As Integer, columnCount As Integer) As IValuesArray
Parameters
Type Name Description
int rowCount

An integer value indicates the row count of values array.

int columnCount

An integer value indicates the column count of values array.

Returns
Type Description
IValuesArray

A IValuesArray value represents the values array value.