FlexGrid for WinForms
Item プロパティ (RowCollection)

C1.Win.FlexGrid.6 アセンブリ > C1.Win.FlexGrid 名前空間 > RowCollection クラス : Item プロパティ
指定されたインデックスにある Rowを取得します。
シンタックス
'宣言
 
Public Shadows ReadOnly Default Property Item( _
   ByVal index As System.Integer _
) As Row
public new Row this[ 
   System.int index
]; {get;}

パラメータ

index
解説
このメソッドによって返された Rowオブジェクトを使用して、行の高さ、表示/非表示、スタイル、選択された状態などの属性を設定します。
参照

RowCollection クラス
RowCollection メンバ