ExtendedCell Constructors
Repesents a cell shown at the bottom of the DayView report, intended to display appointments which do not fit the visible area.Name | Parameters | Description |
---|---|---|
ExtendedCell() | none | Initializes a new instance of the ExtendedCell class with default settings. |
ExtendedCell(Appointment, String, TimeInterval) | apt, text, interval | Initializes new instance of the ExtendedCell class with the specified settings. |
See Also