'宣言 Sub GetArrayValue( _ ByVal index As System.Integer, _ ByVal row As System.Integer, _ ByVal column As System.Integer, _ ByVal result As IPrimitiveValue _ )
void GetArrayValue( System.int index, System.int row, System.int column, IPrimitiveValue result )
パラメータ
- index
- 引数のインデックスを示す整数値。
- row
- 項目の行配列インデックスを示す整数値。
- column
- 項目の列配列インデックスを示す整数値。
- result
- 配列引数内の指定した項目の値を含むIPrimitiveValueインスタンス。