The HeadingRowSuffix property returns or sets the HTML string to insert at the end of a view's heading row. Read/write.
objContRend.HeadingRowSuffix
String
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 terminate the heading row rendering. For example, it could contain
</FONT></TR>
to revert the font to its previous value.
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.