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