Platform SDK: CDO 1.2.1

HeadingRowSuffix Property (ContainerRenderer Object)

The HeadingRowSuffix property returns or sets the HTML string to insert at the end of a view’s 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.