GrapeCity CalendarGrid for Windows Forms 2.0J
Item プロパティ (CalendarCellCollection)

CalendarRow 内での 0 から始まるインデックスを表す System.Int32 値。
指定したインデックスにある CalendarCell を取得します。
構文
Public ReadOnly Default Property Item( _
   ByVal index As Integer _
) As CalendarCell
public CalendarCell this[ 
   int index
]; {get;}

パラメータ

index
CalendarRow 内での 0 から始まるインデックスを表す System.Int32 値。

プロパティ値

指定したインデックスにあるセルを表す CalendarCell
例外
例外解説
System.ArgumentOutOfRangeException

index が 0 未満です。

または

index がコレクション内のセルの数以上です。

参照

CalendarCellCollection クラス
CalendarCellCollection メンバ

 

 


c 2008 GrapeCity inc. All rights reserved.