'宣言 Overloads ReadOnly Property Item( _ ByVal row As System.Integer, _ ByVal column As System.Integer, _ ByVal rowCount As System.Integer, _ ByVal columnCount As System.Integer _ ) As IRange
IRange Item( System.int row, System.int column, System.int rowCount, System.int columnCount ) {get;}
パラメータ
- row
- 行。
- column
- 列。
- rowCount
- 行数。
- columnCount
- 列数。