CellSelectionStyle
Describes the Style for a CellSelection of the worksheet for exporting.
Definition
Namespace:Telerik.Windows.Controls.GridView
Assembly:Telerik.Windows.Controls.GridView.Export.dll
Syntax:
public class CellSelectionStyle
Inheritance: objectCellSelectionStyle
Constructors
Initializes a new instance of the CellSelectionStyle class.
public CellSelectionStyle()
Properties
CellBorders
CellBorders
Gets or sets the borders of the cells.
public CellBorders CellBorders { get; set; }
The CellBorders.
Fill
IFill
Gets or sets the fill of the cells.
public IFill Fill { get; set; }
The Fill.
FontFamily
ThemableFontFamily
Gets or sets the font family of the text of the cells.
public ThemableFontFamily FontFamily { get; set; }
The FontFamily.
Gets or sets the font size of the text.
public double? FontSize { get; set; }
The FontSize.
ForeColor
ThemableColor
Gets or sets the foreground of the text of the cells.
public ThemableColor ForeColor { get; set; }
The ForeColor.
Format
CellValueFormat
Gets or sets the format of the text.
public CellValueFormat Format { get; set; }
The Format.
HorizontalAlignment
RadHorizontalAlignment
Gets or sets the horizontal alignment.
public RadHorizontalAlignment HorizontalAlignment { get; set; }
The HorizontalAlignment.
Gets or sets the intent of the cells.
public int? Indent { get; set; }
The Indent.
Gets or sets the IsBold property of the cells.
public bool? IsBold { get; set; }
The IsBold.
Gets or sets the isItalic property of the cells.
public bool? IsItalic { get; set; }
The IsItalic.
Gets or sets the isLocked property of the cells.
public bool? IsLocked { get; set; }
The IsLocked.
Gets or sets the IsWrapped property of the cells.
public bool? IsWrapped { get; set; }
The IsWrapped.
Gets or sets the StyleName property of the cells.
public string StyleName { get; set; }
The StyleName.
Underline
UnderlineType
Gets or sets the Underline of the text in the cells.
public UnderlineType Underline { get; set; }
The Underline.
VerticalAlignment
RadVerticalAlignment
Gets or sets the vertical alignment.
public RadVerticalAlignment VerticalAlignment { get; set; }
The VerticalAlignment.