'宣言 Function CreateValuesArray( _ ByVal rowCount As System.Integer, _ ByVal columnCount As System.Integer _ ) As IValuesArray
IValuesArray CreateValuesArray( System.int rowCount, System.int columnCount )
パラメータ
- rowCount
- 値配列の行数を示す整数値。
- columnCount
- 値配列の列数を示す整数値。
戻り値の型
配列値を表すIValuesArray値。