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

取得または設定する要素の 0 から始まるインデックス。
指定したインデックス位置にある項目を取得します。C# では、このプロパティは ListLabelCell.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このプロパティを設定するとき、セルの DataSource プロパティの値が null 参照 (Visual Basicでは Nothing) ではありません。
System.ArgumentNullException指定された値が null 参照 (Visual Basicでは Nothing) です。
System.ArgumentOutOfRangeException index が 0 未満か、コレクション内の項目の数 - 1 を超えています。
参照

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

 

 


© 2008-2015 GrapeCity inc. All rights reserved.