Class
RowElement

Definition

Namespace:Telerik.WinControls.UI.Export.ExcelML

Assembly:TelerikData.dll

Syntax:

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

Inheritance: objectElementBaseRowElement

Implements: IElement

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

Constructors

RowElement()

Declaration

cs-api-definition
public RowElement()

Properties

Cells

Declaration

cs-api-definition
public virtual CellsCollection Cells { get; }

Property Value

CellsCollection

EndTag

Declaration

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

Property Value

string

Overrides ElementBase.EndTag

InnerElements

This element cannot have inner elements. Use Cells property

Declaration

cs-api-definition
public override IElementsCollection InnerElements { get; }

Property Value

IElementsCollection

Overrides ElementBase.InnerElements

StartTag

Declaration

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

Property Value

string

Overrides ElementBase.StartTag

Methods

RenderChildElements(StringBuilder)

Declaration

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

Parameters

sb

StringBuilder

Overrides ElementBase.RenderChildElements(StringBuilder)