Class CellSelectionStyle
Inheritance
System.Object
CellSelectionStyle
Namespace: Telerik.UI.Xaml.Controls.Grid.Еxport
Assembly: Telerik.WinUI.Controls.DataGrid.Export.dll
Syntax
public class CellSelectionStyle : Object
Constructors
CellSelectionStyle()
Declaration
public CellSelectionStyle()
Properties
CellBorders
Declaration
public CellBorders CellBorders { get; set; }
Property Value
|
Telerik.Windows.Documents.Spreadsheet.Model.CellBorders
|
Fill
Declaration
public IFill Fill { get; set; }
Property Value
|
Telerik.Windows.Documents.Spreadsheet.Model.IFill
|
FontFamily
Declaration
public ThemableFontFamily FontFamily { get; set; }
Property Value
|
Telerik.Documents.Common.Model.ThemableFontFamily
|
FontSize
Declaration
public Nullable<double> FontSize { get; set; }
Property Value
|
System.Nullable<System.Double>
|
ForeColor
Declaration
public ThemableColor ForeColor { get; set; }
Property Value
|
Telerik.Documents.Common.Model.ThemableColor
|
Format
Declaration
public CellValueFormat Format { get; set; }
Property Value
|
Telerik.Windows.Documents.Spreadsheet.Model.CellValueFormat
|
HorizontalAlignment
Declaration
public RadHorizontalAlignment HorizontalAlignment { get; set; }
Property Value
|
Telerik.Windows.Documents.Spreadsheet.Model.RadHorizontalAlignment
|
Indent
Declaration
public Nullable<int> Indent { get; set; }
Property Value
|
System.Nullable<System.Int32>
|
IsBold
Declaration
public Nullable<bool> IsBold { get; set; }
Property Value
|
System.Nullable<System.Boolean>
|
IsItalic
Declaration
public Nullable<bool> IsItalic { get; set; }
Property Value
|
System.Nullable<System.Boolean>
|
IsLocked
Declaration
public Nullable<bool> IsLocked { get; set; }
Property Value
|
System.Nullable<System.Boolean>
|
IsWrapped
Declaration
public Nullable<bool> IsWrapped { get; set; }
Property Value
|
System.Nullable<System.Boolean>
|
StyleName
Declaration
public string StyleName { get; set; }
Property Value
|
System.String
|
Underline
Declaration
public UnderlineType Underline { get; set; }
Property Value
|
Telerik.Windows.Documents.Spreadsheet.Model.UnderlineType
|
VerticalAlignment
Declaration
public RadVerticalAlignment VerticalAlignment { get; set; }
Property Value
|
Telerik.Windows.Documents.Spreadsheet.Model.RadVerticalAlignment
|