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

GrapeCity.Windows.SpreadGrid 名前空間 > CellRange クラス : Item プロパティ
範囲内の指定した行と列を含む CellPosition を取得します。
シンタックス
'宣言
 
Public ReadOnly Default Property Item( _
   ByVal row As Integer, _
   ByVal column As Integer _
) As CellPosition
public CellPosition this[ 
   int row,
   int column
]; {get;}

パラメータ

row
column

プロパティ値

範囲内の指定した行と列を含む CellPosition
参照

CellRange クラス
CellRange メンバ