PowerTools MultiRow for Windows Forms 8.0J
Item プロパティ (ComboBoxCell.ObjectCollection)

取得または設定する要素の0から始まるインデックス。
指定したインデックス位置にある項目を取得します。C#では、このプロパティはComboBoxCell.ObjectCollectionクラスのインデクサーです。
構文
Public Overridable Default Property Item( _
   ByVal index As Integer _
) As Object
public virtual object this[ 
   int index
]; {get; set;}

パラメータ

index
取得または設定する要素の0から始まるインデックス。

プロパティ値

指定したインデックス位置に格納されているSystem.Object値。
例外
例外解説
System.InvalidOperationExceptionこのプロパティを設定するとき、セルのListCell.DataSourceプロパティの値がnull 参照 (Visual Basicでは Nothing)ではありません。
System.ArgumentNullException指定された値がnull 参照 (Visual Basicでは Nothing)です。
System.ArgumentOutOfRangeException indexが0未満か、コレクション内の項目の数 - 1を超えています。
参照

ComboBoxCell.ObjectCollection クラス
ComboBoxCell.ObjectCollection メンバ

 

 


© 2008-2015 GrapeCity inc. All rights reserved.