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 ExcelMLStyle class.
Declaration
public ExcelMLStyle(string styleId)
Parameters
System.String
styleId
The style id. |
Properties
Alignment
Gets the alignment.
Declaration
public ExcelMLAlignment Alignment { get; }
Property Value
ExcelMLAlignment
The alignment. |
Font
Interior
Gets the interior.
Declaration
public ExcelMLInterior Interior { get; }
Property Value
ExcelMLInterior
The interior. |
NumberFormat
Gets the number format.
Declaration
public ExcelMLNumberFormat NumberFormat { get; }
Property Value
ExcelMLNumberFormat
The number format. |
StyleId
Gets or sets the style id.
Declaration
public string StyleId { get; }
Property Value
System.String
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.Object
sender
The sender. |
System.ComponentModel.PropertyChangedEventArgs
e
The System.ComponentModel.PropertyChangedEventArgs instance containing the event data. |