DioDocs for Excel
Item(Int32,Int32,Int32,Int32) プロパティ

DS.Documents.Excel アセンブリ > GrapeCity.Documents.Excel 名前空間 > IRangeProvider インターフェース > Item プロパティ : Item(Int32,Int32,Int32,Int32) プロパティ
行。
列。
行数。
列数。
指定された行および列を使用して IRange オブジェクトを取得します。
シンタックス
'宣言
 
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
列数。

プロパティ値

IRange。
参照

IRangeProvider インターフェース
IRangeProvider メンバ
オーバーロード一覧