TableSuffix Property (ContainerRenderer Object)

The TableSuffix property returns or sets the HTML string to insert at the end of the rendering of a folder or address book container table. Read/write.

Syntax

objContRend.TableSuffix

Data Type

String

Remarks

The HTML output of the Render and RenderHeading methods is treated as two separate tables, one for the header row and one for the item rows. The TablePrefix and TableSuffix property strings are inserted around each of these tables.

The default setting of the TableSuffix property is

</TABLE> 
 

If TableSuffix is changed, it should normally contain the </TABLE> tag.