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