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