Class
NumberFormatStyleElement

Definition

Namespace:Telerik.WinControls.UI.Export.ExcelML

Assembly:TelerikData.dll

Syntax:

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

Inheritance: objectElementBaseNumberFormatStyleElement

Implements: IElement

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

Constructors

NumberFormatStyleElement()

Declaration

cs-api-definition
public NumberFormatStyleElement()

Properties

EndTag

Declaration

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

Property Value

string

Overrides ElementBase.EndTag

FormatString

Declaration

cs-api-definition
public string FormatString { get; set; }

Property Value

string

FormatType

Declaration

cs-api-definition
public DisplayFormatType FormatType { get; set; }

Property Value

DisplayFormatType

StartTag

Declaration

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

Property Value

string

Overrides ElementBase.StartTag

Methods

AppendAttributes(StringBuilder)

Declaration

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

Parameters

sb

StringBuilder

Overrides ElementBase.AppendAttributes(StringBuilder)

ConvertFormatTypesToString(DisplayFormatType)

Declaration

cs-api-definition
protected virtual string ConvertFormatTypesToString(DisplayFormatType formatType)

Parameters

formatType

DisplayFormatType

Returns

string