Class SpreadCellFormat
Represents a cell format.
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Documents.SpreadsheetStreaming
Assembly: Telerik.Documents.SpreadsheetStreaming.dll
Syntax
public class SpreadCellFormat : SpreadCellFormatBase
Constructors
SpreadCellFormat()
Declaration
public SpreadCellFormat()
Properties
CellStyle
Gets or sets the cell style.
Declaration
public SpreadCellStyle CellStyle { get; set; }
Property Value
SpreadCellStyle
The cell style. |