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

GrapeCity.Windows.SpreadGrid 名前空間 > GcSpreadGrid クラス > Item プロパティ : Item(Int32,Int32) プロパティ
位置の行インデックスを指定する int 値。
位置の列インデックスを指定する int 値。
指定した位置にあるセルを取得します。
シンタックス
'宣言
 
Public Overloads ReadOnly Property Item( _
   ByVal row As Integer, _
   ByVal column As Integer _
) As Cell
public Cell Item( 
   int row,
   int column
) {get;}

パラメータ

row
位置の行インデックスを指定する int 値。
column
位置の列インデックスを指定する int 値。

プロパティ値

指定した位置にある Cell
参照

GcSpreadGrid クラス
GcSpreadGrid メンバ
オーバーロード一覧