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

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

パラメータ

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

プロパティ値

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

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