Class ExcelMLStyle
Describes the ExcelML Style attribute.
Inheritance
Namespace: Telerik.Windows.Controls.GridView
Assembly: Telerik.Windows.Controls.GridView.dll
Syntax
public class ExcelMLStyle : Object
Constructors
ExcelMLStyle(String)
Initializes a new instance of the Excel
Declaration
public ExcelMLStyle(string styleId)
Parameters
System. The style id. |
Properties
Alignment
Gets the alignment.
Declaration
public ExcelMLAlignment Alignment { get; }
Property Value
Excel The alignment. |
Font
Interior
Gets the interior.
Declaration
public ExcelMLInterior Interior { get; }
Property Value
Excel The interior. |
NumberFormat
Gets the number format.
Declaration
public ExcelMLNumberFormat NumberFormat { get; }
Property Value
Excel The number format. |
StyleId
Gets or sets the style id.
Declaration
public string StyleId { get; }
Property Value
System. The style id. |
Methods
OnNestedPropertyChanged(Object, PropertyChangedEventArgs)
Called when a nested property has its property changed.
Declaration
protected virtual void OnNestedPropertyChanged(object sender, PropertyChangedEventArgs e)
Parameters
System. The sender. |
System. The System. |