ExcelMLStyle
Class
Describes the ExcelML Style attribute.
Definition
Namespace:Telerik.Windows.Controls.GridView
Assembly:Telerik.Windows.Controls.GridView.dll
Syntax:
C#
public class ExcelMLStyle
Inheritance: objectExcelMLStyle
Constructors
Initializes a new instance of the ExcelMLStyle class.
Properties
Gets the alignment.
C#
public ExcelMLAlignment Alignment { get; }
The alignment.
Gets the font.
C#
public ExcelMLFont Font { get; }
The font.
Gets the interior.
C#
public ExcelMLInterior Interior { get; }
The interior.
Gets the number format.
C#
public ExcelMLNumberFormat NumberFormat { get; }
The number format.
Methods
Called when a nested property has its property changed.
C#
protected virtual void OnNestedPropertyChanged(object sender, PropertyChangedEventArgs e)
The sender.
ePropertyChangedEventArgsThe PropertyChangedEventArgs instance containing the event data.