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

GrapeCity.Windows.SpreadGrid 名前空間 > GroupArea クラス : Item プロパティ
セルの行インデックス。
セルの列インデックス。
GroupArea 内のセルを取得します。
シンタックス
'宣言
 
Public ReadOnly Default Property Item( _
   ByVal rowIndex As Integer, _
   ByVal cellIndex As Integer _
) As GroupCell
public GroupCell this[ 
   int rowIndex,
   int cellIndex
]; {get;}

パラメータ

rowIndex
セルの行インデックス。
cellIndex
セルの列インデックス。

プロパティ値

セルを示す GroupCell
参照

GroupArea クラス
GroupArea メンバ