Platform SDK: CDO 1.2.1

WeeklyHeadingCell Property (CalendarView Object)

The WeeklyHeadingCell property returns or sets a pattern string for rendering a day heading in a weekly view. Read/write.

Syntax

objCalendarView.WeeklyHeadingCell

Data Type

String

Remarks

The WeeklyHeadingCell property is used to specify rendering information for the heading cells of a weekly view, which indicate the days of the week. The WeeklyHeadingCell property applies only when the Mode property of the calendar view contains CdoModeCalendarWeekly.

The default value of the WeeklyHeadingCell property is

  <td align=right bgcolor=c0c0c0 height=8 width=50%><b><font size=2>%daylabel%</font></b></td> 
 

For more information on substitution tokens, see the RenderUsing property of the Pattern object.