Class
ExcelMLStyle

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

string

The style id.

Properties

Alignment

Gets the alignment.

Declaration

cs-api-definition
public ExcelMLAlignment Alignment { get; }

Property Value

ExcelMLAlignment

The alignment.

Font

Gets the font.

Declaration

cs-api-definition
public ExcelMLFont Font { get; }

Property Value

ExcelMLFont

The font.

Interior

Gets the interior.

Declaration

cs-api-definition
public ExcelMLInterior Interior { get; }

Property Value

ExcelMLInterior

The interior.

NumberFormat

Gets the number format.

Declaration

cs-api-definition
public ExcelMLNumberFormat NumberFormat { get; }

Property Value

ExcelMLNumberFormat

The number format.

StyleId

Gets or sets the style id.

Declaration

cs-api-definition
public string StyleId { get; }

Property Value

string

The style id.

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

object

The sender.

e

PropertyChangedEventArgs

The PropertyChangedEventArgs instance containing the event data.