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

C1.Win.C1FlexGrid.4.5.2 アセンブリ > C1.Win.C1FlexGrid 名前空間 > RowCollection クラス : Item プロパティ
Gets the Row at the specified index.
シンタックス
'宣言
 
Public Shadows ReadOnly Default Property Item( _
   ByVal index As System.Integer _
) As Row
public new Row this[ 
   System.int index
]; {get;}

パラメータ

index
解説
Use the Row object returned by this method to set attributes such as row height, visibility, style, selected state, and so on.
参照

RowCollection クラス
RowCollection メンバ