ClassSpreadCellFormat
Class
Per-cell formatting container (style reference plus local overrides such as borders, alignment, number format).
Definition
Namespace:Telerik.Documents.SpreadsheetStreaming
Assembly:Telerik.Documents.SpreadsheetStreaming.dll
Syntax:
cs-api-definition
public class SpreadCellFormat : SpreadCellFormatBase
Inheritance: objectSpreadCellFormatBaseSpreadCellFormat
Inherited Members
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
cs-api-definition
public SpreadCellFormat()
Properties
CellStyle
Gets or sets the referenced reusable style whose properties may be partially overridden by this format.
Declaration
cs-api-definition
public SpreadCellStyle CellStyle { get; set; }
Property Value
The cell style.