Class
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:

cs-api-definition
public class CellSelectionStyle

Inheritance: objectCellSelectionStyle

Constructors

CellSelectionStyle()

Initializes a new instance of the CellSelectionStyle class.

Declaration

cs-api-definition
public CellSelectionStyle()

Properties

CellBorders

Gets or sets the borders of the cells.

Declaration

cs-api-definition
public CellBorders CellBorders { get; set; }

Property Value

CellBorders

The CellBorders.

Fill

Gets or sets the fill of the cells.

Declaration

cs-api-definition
public IFill Fill { get; set; }

Property Value

IFill

The Fill.

FontFamily

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

Declaration

cs-api-definition
public ThemableFontFamily FontFamily { get; set; }

Property Value

ThemableFontFamily

The FontFamily.

FontSize

Gets or sets the font size of the text.

Declaration

cs-api-definition
public double? FontSize { get; set; }

Property Value

double?

The FontSize.

ForeColor

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

Declaration

cs-api-definition
public ThemableColor ForeColor { get; set; }

Property Value

ThemableColor

The ForeColor.

Format

Gets or sets the format of the text.

Declaration

cs-api-definition
public CellValueFormat Format { get; set; }

Property Value

CellValueFormat

The Format.

HorizontalAlignment

Gets or sets the horizontal alignment.

Declaration

cs-api-definition
public RadHorizontalAlignment HorizontalAlignment { get; set; }

Property Value

RadHorizontalAlignment

The HorizontalAlignment.

Indent

Gets or sets the intent of the cells.

Declaration

cs-api-definition
public int? Indent { get; set; }

Property Value

int?

The Indent.

IsBold

Gets or sets the IsBold property of the cells.

Declaration

cs-api-definition
public bool? IsBold { get; set; }

Property Value

bool?

The IsBold.

IsItalic

Gets or sets the isItalic property of the cells.

Declaration

cs-api-definition
public bool? IsItalic { get; set; }

Property Value

bool?

The IsItalic.

IsLocked

Gets or sets the isLocked property of the cells.

Declaration

cs-api-definition
public bool? IsLocked { get; set; }

Property Value

bool?

The IsLocked.

IsWrapped

Gets or sets the IsWrapped property of the cells.

Declaration

cs-api-definition
public bool? IsWrapped { get; set; }

Property Value

bool?

The IsWrapped.

StyleName

Gets or sets the StyleName property of the cells.

Declaration

cs-api-definition
public string StyleName { get; set; }

Property Value

string

The StyleName.

Underline

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

Declaration

cs-api-definition
public UnderlineType Underline { get; set; }

Property Value

UnderlineType

The Underline.

VerticalAlignment

Gets or sets the vertical alignment.

Declaration

cs-api-definition
public RadVerticalAlignment VerticalAlignment { get; set; }

Property Value

RadVerticalAlignment

The VerticalAlignment.