SpreadsheetWebControlRenderEndTag Method Bytescout Spreadsheet SDK
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.1.2054-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