HeadingRowSuffix Property (ContainerRenderer Object)

HeadingRowSuffix Property (ContainerRenderer Object)

Important  The Collaboration Data Objects (CDO) 1.2.1 Rendering objects are not installed by or supported for use with Exchange Server 2003 or later.

The HeadingRowSuffix property returns or sets the HTML string to insert at the end of a views heading row. Read/write.

Syntax

objContRend.HeadingRowSuffix

Data Type

String

Remarks

The heading row is a single-row table of heading cells each of which serves as a heading for a column in the view. The HeadingRowSuffix property can be used to cancel a heading row rendering. For example, it could contain

  </B></TR>
 

to restore rendering from bold weight back to normal weight.

The default setting of the HeadingRowSuffix property is

  </TR>
 

If HeadingRowSuffix is changed, it should always contain the </TR> tag.

You can render the heading row each time you output a frame containing table rows, or you can choose to render it only in the first frame.

See Also

Concepts

ContainerRenderer Object