バージョン

Item プロパティ (ComboCellsCollection)

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

パラメータ

column

プロパティ値

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