Class SpreadCellFormat
Per-cell formatting container (style reference plus local overrides such as borders, alignment, number format).
Inherited Members
Namespace: Telerik.Documents.SpreadsheetStreaming
Assembly: Telerik.Documents.SpreadsheetStreaming.dll
Syntax
public class SpreadCellFormat : SpreadCellFormatBase
Constructors
SpreadCellFormat()
Initializes a new instance of the SpreadCellFormat class with no styles applied. All formatting properties are unset by default; assign borders, fill, font, alignment, or a CellStyle to define the cell appearance.
Declaration
public SpreadCellFormat()
Properties
CellStyle
Gets or sets the referenced reusable style whose properties may be partially overridden by this format.
Declaration
public SpreadCellStyle CellStyle { get; set; }
Property Value
|
SpreadCellStyle
The cell style. |