'宣言 Overloads ReadOnly Property Item( _ ByVal rowOffset As System.Integer, _ ByVal columnOffset As System.Integer _ ) As IRange
IRange Item( System.int rowOffset, System.int columnOffset ) {get;}
パラメータ
- rowOffset
- 行のオフセット。
- columnOffset
- 列のオフセット。
'宣言 Overloads ReadOnly Property Item( _ ByVal rowOffset As System.Integer, _ ByVal columnOffset As System.Integer _ ) As IRange
IRange Item( System.int rowOffset, System.int columnOffset ) {get;}