[]
Creates a new values array.
IValuesArray CreateValuesArray(int rowCount, int columnCount)
Function CreateValuesArray(rowCount As Integer, columnCount As Integer) As IValuesArray
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. |
Type | Description |
---|---|
IValuesArray | A IValuesArray value represents the values array value. |