New to Telerik UI for ASP.NET AJAX? Download free 30-day trial

Telerik.Web.UI.GridExcelBuilder.WorksheetElement

ExcelML Worksheet element

Inheritance Hierarchy

  • System.Object
  • Telerik.Web.UI.GridExcelBuilder.Abstract.ElementBase : IElement
  • Telerik.Web.UI.GridExcelBuilder.WorksheetElement

Properties

Attributes IAttributesCollection

Collection of the attributes of the current element

AutoFilter AutoFilterElement

Returns the AutoFilterElement object

InnerElements IElementsCollection

Collection of inner elements

IsProtected Boolean

Determines whether the worksheet is protected

Name String

Worksheet name

Table TableElement

Table element belonging to the current worksheet

WorksheetOptions WorksheetOptionsElement

Provides the possibility to change various options for the current Worksheet.

Methods

AppendAttributes

Appends the attirbutes to the output

Parameters

sb System.Text.StringBuilder

StringBuilder object that holds the rendered output

Returns

System.Void

Render

Renders the element

Parameters

sb System.Text.StringBuilder

StringBuilder object that holds the rendered output

Returns

System.Void

RenderChildElements

Renders the child elements

Parameters

sb System.Text.StringBuilder

StringBuilder object that holds the rendered output

Returns

System.Void

In this article