GrapeCity.Win.CalendarGrid.v20 アセンブリ > GrapeCity.Win.CalendarGrid 名前空間 > CalendarTable クラス > Item プロパティ : Item(Int32,Int32) プロパティ |
Public Overloads ReadOnly Property Item( _ ByVal row As Integer, _ ByVal column As Integer _ ) As CalendarCell
public CalendarCell Item( int row, int column ) {get;}
例外 | 解説 |
---|---|
System.ArgumentOutOfRangeException | row が 0 未満か、RowCount - 1 を超えています。 または column が 0 未満か、ColumnCount - 1 を超えています。 |