GrapeCity SPREAD for WPF 2.0J
Item プロパティ (SpreadCollection<T>)

取得または設定する要素の0から始まるインデックス。
指定したインデックスにある要素を取得または設定します。
構文
'Declaration
 
Public Default Property Item( _
   ByVal index As Integer _
) As T
public T this[ 
   int index
]; {get; set;}

パラメータ

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

プロパティ値

指定したインデックスにある要素。
例外
例外説明
System.ArgumentOutOfRangeExceptionindex が0未満です。または、indexCount 以上です。
参照

SpreadCollection<T> クラス
SpreadCollection<T> メンバ

 

 


Copyright © 2012 GrapeCity inc. All rights reserved.