GridView for ASP.NET Web Forms
Item プロパティ (C1BaseFieldCollection)

C1.Web.Wijmo.Controls.4 アセンブリ > C1.Web.Wijmo.Controls.C1GridView 名前空間 > C1BaseFieldCollection クラス : Item プロパティ
取得する C1BaseField 派生オブジェクトの C1BaseFieldCollection コレクション内のインデックス。
C1BaseField 派生の列オブジェクトをC1BaseFieldCollection コレクションの指定されたインデックスから取得します。 C# では、このプロパティは、 C1BaseFieldCollection クラスのインデクサです。
シンタックス
'宣言
 
Public ReadOnly Default Property Item( _
   ByVal index As System.Integer _
) As C1BaseField
public C1BaseField this[ 
   System.int index
]; {get;}

パラメータ

index
取得する C1BaseField 派生オブジェクトの C1BaseFieldCollection コレクション内のインデックス。
参照

C1BaseFieldCollection クラス
C1BaseFieldCollection メンバ