Link Search Menu Expand Document

SpreadsheetWebControlRenderEndTag Method

Renders the HTML closing tag of the control into 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 RenderEndTag(
	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