Click or drag to resize

TableExRender Method

Overrides the base Table Render method to add the ColGroup if it has any Col items.

Namespace:  NetQuarry.WebControls
Assembly:  EAP.WebControls (in EAP.WebControls.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
protected override void Render(
	HtmlTextWriter writer
)

Parameters

writer
Type: System.Web.UIHtmlTextWriter
The writer to which to render the HTML.
See Also