Class
TableElement

Definition

Namespace:Telerik.WinControls.UI.Export.ExcelML

Assembly:TelerikData.dll

Syntax:

cs-api-definition
public class TableElement : ElementBase, IElement

Inheritance: objectElementBaseTableElement

Implements: IElement

Inherited Members ElementBase.Render(StringBuilder)ElementBase.AppendAttributes(StringBuilder)ElementBase.DeepCopy()ElementBase.InnerElementsElementBase.Attributes

Constructors

TableElement(WorkBookElement)

Declaration

cs-api-definition
public TableElement(WorkBookElement workbook)

Parameters

workbook

WorkBookElement

Properties

Columns

Declaration

cs-api-definition
public IColumnsCollection Columns { get; }

Property Value

IColumnsCollection

EndTag

Declaration

cs-api-definition
protected override string EndTag { get; }

Property Value

string

Overrides ElementBase.EndTag

Rows

Declaration

cs-api-definition
public IRowsCollection Rows { get; }

Property Value

IRowsCollection

StartTag

Declaration

cs-api-definition
protected override string StartTag { get; }

Property Value

string

Overrides ElementBase.StartTag

Workbook

Declaration

cs-api-definition
public WorkBookElement Workbook { get; }

Property Value

WorkBookElement

Methods

RenderChildElements(StringBuilder)

Declaration

cs-api-definition
protected override void RenderChildElements(StringBuilder sb)

Parameters

sb

StringBuilder

Overrides ElementBase.RenderChildElements(StringBuilder)