Class SpreadCellStyle
Represents a cell style.
Inherited Members
Namespace: Telerik.Documents.SpreadsheetStreaming
Assembly: Telerik.Documents.SpreadsheetStreaming.dll
Syntax
public class SpreadCellStyle : SpreadCellFormatBase
Properties
ApplyAlignment
Gets or sets a value indicating whether the alignment properties should be applied.
Declaration
public bool ApplyAlignment { get; set; }
Property Value
System.Boolean
True if the alignment properties should be applied; otherwise, false. |
ApplyBorder
Gets or sets a value indicating whether the border properties should be applied.
Declaration
public bool ApplyBorder { get; set; }
Property Value
System.Boolean
True if the border properties should be applied; otherwise, false. |
ApplyFill
Gets or sets a value indicating whether the fill property should be applied.
Declaration
public bool ApplyFill { get; set; }
Property Value
System.Boolean
True if the fill property should be applied; otherwise, false. |
ApplyFont
Gets or sets a value indicating whether the font properties should be applied.
Declaration
public bool ApplyFont { get; set; }
Property Value
System.Boolean
True if the font properties should be applied; otherwise, false. |
ApplyNumberFormat
Gets or sets a value indicating whether the number format property should be applied.
Declaration
public bool ApplyNumberFormat { get; set; }
Property Value
System.Boolean
True if the number format property should be applied; otherwise, false. |
ApplyProtection
Gets or sets a value indicating whether the protection property should be applied.
Declaration
public bool ApplyProtection { get; set; }
Property Value
System.Boolean
True if the protection property should be applied; otherwise, false. |
Name
Gets the name of the cell style.
Declaration
public string Name { get; }
Property Value
System.String
The name of the cell style. |