SPREAD for WPF 3.0J - GcSpreadSheet
Item(Int32,Int32,Int32,Int32) プロパティ

GrapeCity.Spreadsheet アセンブリ > GrapeCity.Spreadsheet 名前空間 > IRange インターフェース > Item プロパティ : Item(Int32,Int32,Int32,Int32) プロパティ
一番上の行のインデックスを示す整数値。
左端の列のインデックスを示す整数値。
一番下の行のインデックスを示す整数値。
右端の列のインデックスを示す整数値。
指定した範囲を持つIRangeを取得します。
シンタックス
'宣言
 
Overloads ReadOnly Property Item( _
   ByVal row As System.Integer, _
   ByVal column As System.Integer, _
   ByVal row2 As System.Integer, _
   ByVal column2 As System.Integer _
) As IRange
IRange Item( 
   System.int row,
   System.int column,
   System.int row2,
   System.int column2
) {get;}

パラメータ

row
一番上の行のインデックスを示す整数値。
column
左端の列のインデックスを示す整数値。
row2
一番下の行のインデックスを示す整数値。
column2
右端の列のインデックスを示す整数値。

プロパティ値

セルの値、数式、書式などへのアクセスを提供する IRange オブジェクト。
参照

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