Link Search Menu Expand Document

SpreadsheetWebControlRenderBeginTag Method

Renders the HTML opening tag of the control to the specified writer. This method is used primarily by control developers.

Namespace:Bytescout.Spreadsheet
Assembly: Bytescout.Spreadsheet (in Bytescout.Spreadsheet.dll) Version: 4.7.0.2045-master
Syntax
public override void RenderBeginTag(
	HtmlTextWriter writer
)

Parameters

writer
Type: System.Web.UIHtmlTextWriter
A HtmlTextWriter that represents the output stream to render HTML content on the client.
See Also

Reference