New to Telerik Document ProcessingStart a free 30-day trial

Reusable named cell style aggregating formatting settings (borders, fill, font, number format, alignment, protection) for consistent reuse.

Definition

Properties

Indicates whether alignment settings of this style are applied when the style is used.

C#
public bool ApplyAlignment { get; set; }
Property Value:

True if the alignment properties should be applied; otherwise, false.

Indicates whether border properties of this style are applied when the style is used.

C#
public bool ApplyBorder { get; set; }
Property Value:

True if the border properties should be applied; otherwise, false.

Indicates whether the fill of this style is applied when the style is used.

C#
public bool ApplyFill { get; set; }
Property Value:

True if the fill property should be applied; otherwise, false.

Indicates whether font properties of this style are applied when the style is used.

C#
public bool ApplyFont { get; set; }
Property Value:

True if the font properties should be applied; otherwise, false.

Indicates whether the number format of this style is applied when the style is used.

C#
public bool ApplyNumberFormat { get; set; }
Property Value:

True if the number format property should be applied; otherwise, false.

Indicates whether protection settings of this style are applied when the style is used.

C#
public bool ApplyProtection { get; set; }
Property Value:

True if the protection property should be applied; otherwise, false.

Style display name used for lookup in the collection.

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

The name of the cell style.