GrapeCity.Win.CalendarGrid.v20 アセンブリ > GrapeCity.Win.CalendarGrid 名前空間 > CalendarCellCollection クラス : Item プロパティ |
Public ReadOnly Default Property Item( _ ByVal index As Integer _ ) As CalendarCell
public CalendarCell this[ int index ]; {get;}
例外 | 解説 |
---|---|
System.ArgumentOutOfRangeException | index が 0 未満です。 または index がコレクション内のセルの数以上です。 |