Class NumberFormatStyleElement
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.UI.Export.ExcelML
Assembly: TelerikData.dll
Syntax
public class NumberFormatStyleElement : ElementBase, IElement
Constructors
NumberFormatStyleElement()
Declaration
public NumberFormatStyleElement()
Properties
EndTag
Declaration
protected override string EndTag { get; }
Property Value
System.String
|
Overrides
FormatString
Declaration
public string FormatString { get; set; }
Property Value
System.String
|
FormatType
StartTag
Declaration
protected override string StartTag { get; }
Property Value
System.String
|
Overrides
Methods
AppendAttributes(StringBuilder)
Declaration
protected override void AppendAttributes(StringBuilder sb)
Parameters
System.Text.StringBuilder
sb
|
Overrides
ConvertFormatTypesToString(DisplayFormatType)
Declaration
protected virtual string ConvertFormatTypesToString(DisplayFormatType formatType)
Parameters
DisplayFormatType
formatType
|
Returns
System.String
|