Class SpreadCellStyle
Reusable named cell style aggregating formatting settings (borders, fill, font, number format, alignment, protection) for consistent reuse.
Inherited Members
Namespace: Telerik.Documents.SpreadsheetStreaming
Assembly: Telerik.Documents.SpreadsheetStreaming.dll
Syntax
public class SpreadCellStyle : SpreadCellFormatBase
Properties
ApplyAlignment
Indicates whether alignment settings of this style are applied when the style is used.
Declaration
public bool ApplyAlignment { get; set; }
Property Value
|
System.Boolean
True if the alignment properties should be applied; otherwise, false. |
ApplyBorder
Indicates whether border properties of this style are applied when the style is used.
Declaration
public bool ApplyBorder { get; set; }
Property Value
|
System.Boolean
True if the border properties should be applied; otherwise, false. |
ApplyFill
Indicates whether the fill of this style is applied when the style is used.
Declaration
public bool ApplyFill { get; set; }
Property Value
|
System.Boolean
True if the fill property should be applied; otherwise, false. |
ApplyFont
Indicates whether font properties of this style are applied when the style is used.
Declaration
public bool ApplyFont { get; set; }
Property Value
|
System.Boolean
True if the font properties should be applied; otherwise, false. |
ApplyNumberFormat
Indicates whether the number format of this style is applied when the style is used.
Declaration
public bool ApplyNumberFormat { get; set; }
Property Value
|
System.Boolean
True if the number format property should be applied; otherwise, false. |
ApplyProtection
Indicates whether protection settings of this style are applied when the style is used.
Declaration
public bool ApplyProtection { get; set; }
Property Value
|
System.Boolean
True if the protection property should be applied; otherwise, false. |
Name
Style display name used for lookup in the collection.
Declaration
public string Name { get; }
Property Value
|
System.String
The name of the cell style. |