ClassCellSelectionStyle
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
CellSelectionStyle()
Initializes a new instance of the CellSelectionStyle class.
Declaration
public CellSelectionStyle()
Properties
CellBorders
Gets or sets the borders of the cells.
Declaration
public CellBorders CellBorders { get; set; }
Property Value
CellBorders
The CellBorders.
Fill
Gets or sets the fill of the cells.
Declaration
public IFill Fill { get; set; }
Property Value
IFill
The Fill.
FontFamily
Gets or sets the font family of the text of the cells.
Declaration
public ThemableFontFamily FontFamily { get; set; }
Property Value
ThemableFontFamily
The FontFamily.
FontSize
Gets or sets the font size of the text.
Declaration
public double? FontSize { get; set; }
Property Value
The FontSize.
ForeColor
Gets or sets the foreground of the text of the cells.
Declaration
public ThemableColor ForeColor { get; set; }
Property Value
ThemableColor
The ForeColor.
Format
Gets or sets the format of the text.
Declaration
public CellValueFormat Format { get; set; }
Property Value
CellValueFormat
The Format.
HorizontalAlignment
Gets or sets the horizontal alignment.
Declaration
public RadHorizontalAlignment HorizontalAlignment { get; set; }
Property Value
RadHorizontalAlignment
The HorizontalAlignment.
Indent
Gets or sets the intent of the cells.
IsBold
Gets or sets the IsBold property of the cells.
IsItalic
Gets or sets the isItalic property of the cells.
Declaration
public bool? IsItalic { get; set; }
Property Value
bool?
The IsItalic.
IsLocked
Gets or sets the isLocked property of the cells.
Declaration
public bool? IsLocked { get; set; }
Property Value
bool?
The IsLocked.
IsWrapped
Gets or sets the IsWrapped property of the cells.
Declaration
public bool? IsWrapped { get; set; }
Property Value
bool?
The IsWrapped.
StyleName
Gets or sets the StyleName property of the cells.
Declaration
public string StyleName { get; set; }
Property Value
The StyleName.
Underline
Gets or sets the Underline of the text in the cells.
Declaration
public UnderlineType Underline { get; set; }
Property Value
UnderlineType
The Underline.
VerticalAlignment
Gets or sets the vertical alignment.
Declaration
public RadVerticalAlignment VerticalAlignment { get; set; }
Property Value
RadVerticalAlignment
The VerticalAlignment.