ClassRowElement
Class
Definition
Namespace:Telerik.WinControls.UI.Export.ExcelML
Assembly:TelerikData.dll
Syntax:
cs-api-definition
public class RowElement : ElementBase, IElement
Inheritance: objectElementBaseRowElement
Implements:
Inherited Members
Constructors
RowElement()
Declaration
cs-api-definition
public RowElement()
Properties
Cells
Declaration
cs-api-definition
public virtual CellsCollection Cells { get; }
Property Value
EndTag
Declaration
cs-api-definition
protected override string EndTag { get; }
Property Value
Overrides
InnerElements
This element cannot have inner elements. Use Cells property
Declaration
cs-api-definition
public override IElementsCollection InnerElements { get; }
Property Value
Overrides
Methods
RenderChildElements(StringBuilder)
Declaration
cs-api-definition
protected override void RenderChildElements(StringBuilder sb)
Parameters
sb
Overrides