SPREAD for WPF 3.0J - GcSpreadGrid
Item プロパティ (CellRangeProvider)

GrapeCity.Windows.SpreadGrid 名前空間 > CellRangeProvider 構造体 : Item プロパティ
左上のセルの行を指定します
左上のセルの列を指定します
範囲の行数を指定します。 デフォルト値は1です。
範囲の列数を指定します。 デフォルト値は1です。
1つ以上のセルのスタイル関連のプロパティを表します。
シンタックス
'宣言
 
Public ReadOnly Default Property Item( _
   ByVal row As Integer, _
   ByVal column As Integer, _
   Optional ByVal rowCount As Integer, _
   Optional ByVal columnCount As Integer _
) As Range
public Range this[ 
   int row,
   int column,
   int rowCount,
   int columnCount
]; {get;}

パラメータ

row
左上のセルの行を指定します
column
左上のセルの列を指定します
rowCount
範囲の行数を指定します。 デフォルト値は1です。
columnCount
範囲の列数を指定します。 デフォルト値は1です。
参照

CellRangeProvider 構造体
CellRangeProvider メンバ