RowPrefix Property (ContainerRenderer Object)

The RowPrefix property returns or sets the HTML string to insert at the beginning of the rendering of each row. Read/write.

Syntax

objContRend.RowPrefix

Data Type

String

Remarks

The default setting of the RowPrefix property is

<TR BGCOLOR=FFFFFF VALIGN="TOP" ALIGN="LEFT"> 
 

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