New to Telerik UI for WPFStart a free 30-day trial

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.

C#
public ExcelMLStyle(string styleId)
Parameters:styleIdstring

The style id.

Properties

Gets the alignment.

C#
public ExcelMLAlignment Alignment { get; }
Property Value:

The alignment.

Gets the font.

C#
public ExcelMLFont Font { get; }
Property Value:

The font.

Gets the interior.

C#
public ExcelMLInterior Interior { get; }
Property Value:

The interior.

Gets the number format.

C#
public ExcelMLNumberFormat NumberFormat { get; }
Property Value:

The number format.

Gets or sets the style id.

C#
public string StyleId { get; }
Property Value:

The style id.

Methods

Called when a nested property has its property changed.

C#
protected virtual void OnNestedPropertyChanged(object sender, PropertyChangedEventArgs e)
Parameters:senderobject

The sender.

ePropertyChangedEventArgs

The PropertyChangedEventArgs instance containing the event data.