InterfaceISpreadExportCellStyleInfo
Definition
Namespace:Telerik.WinControls.Export
Assembly:Telerik.WinControls.dll
Syntax:
public interface ISpreadExportCellStyleInfo
Properties
BackColor
Gets or sets the fill of the excel cell.
Borders
Gets or sets the borders.
FontFamily
Gets or sets the font family of the excel cell.
FontSize
Gets or sets the size of the font of the excel cell.
ForeColor
Gets or sets the ForeColor of the excel cell.
IsBold
Gets or sets a value indicating whether this text of the excel cell is bold.
IsItalic
Gets or sets a value indicating whether this text of the excel cell is italic.
TextAlignment
Gets or sets the text alignment.
Declaration
ContentAlignment TextAlignment { get; set; }
Property Value
TextOrientation
Gets or sets the orientation of the text. The available values are Horizontal(default) or vertical. Note that the TextOrientation is currently supported only when exporting to XLSX format.
TextWrap
Gets or sets a value indicating whether the text of the excel cell is wrapped.