New to Telerik UI for WPFStart a free 30-day trial

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:

C#
public class CellSelectionStyle

Inheritance: objectCellSelectionStyle

Constructors

Initializes a new instance of the CellSelectionStyle class.

C#
public CellSelectionStyle()

Properties

CellBorders

CellBorders

Gets or sets the borders of the cells.

C#
public CellBorders CellBorders { get; set; }
Property Value:

The CellBorders.

Fill

IFill

Gets or sets the fill of the cells.

C#
public IFill Fill { get; set; }
Property Value:

The Fill.

FontFamily

ThemableFontFamily

Gets or sets the font family of the text of the cells.

C#
public ThemableFontFamily FontFamily { get; set; }
Property Value:

The FontFamily.

Gets or sets the font size of the text.

C#
public double? FontSize { get; set; }
Property Value:

The FontSize.

ForeColor

ThemableColor

Gets or sets the foreground of the text of the cells.

C#
public ThemableColor ForeColor { get; set; }
Property Value:

The ForeColor.

Format

CellValueFormat

Gets or sets the format of the text.

C#
public CellValueFormat Format { get; set; }
Property Value:

The Format.

HorizontalAlignment

RadHorizontalAlignment

Gets or sets the horizontal alignment.

C#
public RadHorizontalAlignment HorizontalAlignment { get; set; }
Property Value:

The HorizontalAlignment.

Gets or sets the intent of the cells.

C#
public int? Indent { get; set; }
Property Value:

The Indent.

Gets or sets the IsBold property of the cells.

C#
public bool? IsBold { get; set; }
Property Value:

The IsBold.

Gets or sets the isItalic property of the cells.

C#
public bool? IsItalic { get; set; }
Property Value:

The IsItalic.

Gets or sets the isLocked property of the cells.

C#
public bool? IsLocked { get; set; }
Property Value:

The IsLocked.

Gets or sets the IsWrapped property of the cells.

C#
public bool? IsWrapped { get; set; }
Property Value:

The IsWrapped.

Gets or sets the StyleName property of the cells.

C#
public string StyleName { get; set; }
Property Value:

The StyleName.

Underline

UnderlineType

Gets or sets the Underline of the text in the cells.

C#
public UnderlineType Underline { get; set; }
Property Value:

The Underline.

VerticalAlignment

RadVerticalAlignment

Gets or sets the vertical alignment.

C#
public RadVerticalAlignment VerticalAlignment { get; set; }
Property Value:

The VerticalAlignment.