Class CellSelectionStyle
Describes the Style for a CellSelection of the worksheet for exporting.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Controls.GridView
Assembly: Telerik.Windows.Controls.GridView.Export.dll
Syntax
public class CellSelectionStyle
Constructors
CellSelectionStyle()
Properties
CellBorders
Gets or sets the borders of the cells.
Declaration
public CellBorders CellBorders { get; set; }
Property Value
Telerik.Windows.Documents.Spreadsheet.Model.CellBorders
The CellBorders. |
Fill
Gets or sets the fill of the cells.
Declaration
public IFill Fill { get; set; }
Property Value
Telerik.Windows.Documents.Spreadsheet.Model.IFill
The Fill. |
FontFamily
Gets or sets the font family of the text of the cells.
Declaration
public ThemableFontFamily FontFamily { get; set; }
Property Value
Telerik.Windows.Documents.Spreadsheet.Model.ThemableFontFamily
The FontFamily. |
FontSize
Gets or sets the font size of the text.
Declaration
public double? FontSize { get; set; }
Property Value
System.Nullable<System.Double>
The FontSize. |
ForeColor
Gets or sets the foreground of the text of the cells.
Declaration
public ThemableColor ForeColor { get; set; }
Property Value
Telerik.Windows.Documents.Spreadsheet.Model.ThemableColor
The ForeColor. |
Format
Gets or sets the format of the text.
Declaration
public CellValueFormat Format { get; set; }
Property Value
Telerik.Windows.Documents.Spreadsheet.Model.CellValueFormat
The Format. |
HorizontalAlignment
Gets or sets the horizontal alignment.
Declaration
public RadHorizontalAlignment HorizontalAlignment { get; set; }
Property Value
Telerik.Windows.Documents.Spreadsheet.Model.RadHorizontalAlignment
The HorizontalAlignment. |
Indent
Gets or sets the intent of the cells.
Declaration
public int? Indent { get; set; }
Property Value
System.Nullable<System.Int32>
The Indent. |
IsBold
Gets or sets the IsBold property of the cells.
Declaration
public bool? IsBold { get; set; }
Property Value
System.Nullable<System.Boolean>
The IsBold. |
IsItalic
Gets or sets the isItalic property of the cells.
Declaration
public bool? IsItalic { get; set; }
Property Value
System.Nullable<System.Boolean>
The IsItalic. |
IsLocked
Gets or sets the isLocked property of the cells.
Declaration
public bool? IsLocked { get; set; }
Property Value
System.Nullable<System.Boolean>
The IsLocked. |
IsWrapped
Gets or sets the IsWrapped property of the cells.
Declaration
public bool? IsWrapped { get; set; }
Property Value
System.Nullable<System.Boolean>
The IsWrapped. |
StyleName
Gets or sets the StyleName property of the cells.
Declaration
public string StyleName { get; set; }
Property Value
System.String
The StyleName. |
Underline
Gets or sets the Underline of the text in the cells.
Declaration
public UnderlineType Underline { get; set; }
Property Value
Telerik.Windows.Documents.Spreadsheet.Model.UnderlineType
The Underline. |
VerticalAlignment
Gets or sets the vertical alignment.
Declaration
public RadVerticalAlignment VerticalAlignment { get; set; }
Property Value
Telerik.Windows.Documents.Spreadsheet.Model.RadVerticalAlignment
The VerticalAlignment. |