The RowPrefix property returns or sets the HTML string to insert at the beginning of the rendering of each row. Read/write.
objContRend.RowPrefix
String
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.