バージョン

Item プロパティ (CellBaseCollection)

シンタックス
'宣言
 
Public Shadows ReadOnly Default Property Item( _
   ByVal column As Column _
) As CellBase
public new CellBase this[ 
   Column column
]; {get;}

パラメータ

column

プロパティ値

対応する Infragistics.Controls.Grids.CellBaseInfragistics.Controls.Grids.ColumnBase。Cell が存在しない場合、1 つ作成されます。列が存在しない場合、null が返されます。
参照