Class
SpreadCellFormat

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 SpreadCellFormatBase.LeftBorderSpreadCellFormatBase.RightBorderSpreadCellFormatBase.TopBorderSpreadCellFormatBase.BottomBorderSpreadCellFormatBase.DiagonalUpBorderSpreadCellFormatBase.DiagonalDownBorderSpreadCellFormatBase.FillSpreadCellFormatBase.NumberFormatSpreadCellFormatBase.FontSizeSpreadCellFormatBase.ForeColorSpreadCellFormatBase.IsBoldSpreadCellFormatBase.IsItalicSpreadCellFormatBase.UnderlineSpreadCellFormatBase.FontFamilySpreadCellFormatBase.HorizontalAlignmentSpreadCellFormatBase.VerticalAlignmentSpreadCellFormatBase.IndentSpreadCellFormatBase.WrapText

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

SpreadCellStyle

The cell style.