ClassSpreadCellStyle
Reusable named cell style aggregating formatting settings (borders, fill, font, number format, alignment, protection) for consistent reuse.
Definition
Namespace:Telerik.Documents.SpreadsheetStreaming
Assembly:Telerik.Documents.SpreadsheetStreaming.dll
Syntax:
public class SpreadCellStyle : SpreadCellFormatBase
Inheritance: objectSpreadCellFormatBaseSpreadCellStyle
Inherited Members
Properties
ApplyAlignment
Indicates whether alignment settings of this style are applied when the style is used.
Declaration
public bool ApplyAlignment { get; set; }
Property Value
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
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
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
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
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
True if the protection property should be applied; otherwise, false.