New to Telerik Document ProcessingStart a free 30-day trial

Per-cell formatting container (style reference plus local overrides such as borders, alignment, number format).

Definition

Constructors

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.

C#
public SpreadCellFormat()

Properties

Gets or sets the referenced reusable style whose properties may be partially overridden by this format.

C#
public SpreadCellStyle CellStyle { get; set; }
Property Value:

The cell style.