ClassNumberFormatStyleElement
Class
Definition
Namespace:Telerik.WinControls.UI.Export.ExcelML
Assembly:TelerikData.dll
Syntax:
cs-api-definition
public class NumberFormatStyleElement : ElementBase, IElement
Inheritance: objectElementBaseNumberFormatStyleElement
Implements:
Inherited Members
Constructors
NumberFormatStyleElement()
Declaration
cs-api-definition
public NumberFormatStyleElement()
Properties
EndTag
Declaration
cs-api-definition
protected override string EndTag { get; }
Property Value
Overrides
FormatType
Declaration
cs-api-definition
public DisplayFormatType FormatType { get; set; }
Property Value
Methods
AppendAttributes(StringBuilder)
Declaration
cs-api-definition
protected override void AppendAttributes(StringBuilder sb)
Parameters
sb
Overrides
ConvertFormatTypesToString(DisplayFormatType)
Declaration
cs-api-definition
protected virtual string ConvertFormatTypesToString(DisplayFormatType formatType)
Parameters
formatType
Returns