Posted by a ceTe Software moderator
Hello Tim,
You can set the background color using the BackGroundColor property of the Row object. Following is the sample code.
row.BackgroundColor = new ceTe.DynamicPDF.WebColor("#A3A60F");
Thanks,
ceTe Software Support Team.