Interface
ISpreadStreamExportCellStyleInfo

Definition

Namespace:Telerik.WinControls.Export

Assembly:Telerik.WinControls.dll

Syntax:

cs-api-definition
public interface ISpreadStreamExportCellStyleInfo

Properties

BackColor

Declaration

cs-api-definition
Color BackColor { get; set; }

Property Value

Color

BottomBorder

Declaration

cs-api-definition
object BottomBorder { get; set; }

Property Value

object

DiagonalDownBorder

Declaration

cs-api-definition
object DiagonalDownBorder { get; set; }

Property Value

object

DiagonalUpBorder

Declaration

cs-api-definition
object DiagonalUpBorder { get; set; }

Property Value

object

FontFamily

Declaration

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

Property Value

FontFamily

FontSize

Declaration

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

Property Value

double

ForeColor

Declaration

cs-api-definition
Color ForeColor { get; set; }

Property Value

Color

IsBold

Declaration

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

Property Value

bool

IsItalic

Declaration

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

Property Value

bool

LeftBorder

Declaration

cs-api-definition
object LeftBorder { get; set; }

Property Value

object

NumberFormat

Declaration

cs-api-definition
string NumberFormat { get; set; }

Property Value

string

RightBorder

Declaration

cs-api-definition
object RightBorder { get; set; }

Property Value

object

TextAlignment

Declaration

cs-api-definition
ContentAlignment TextAlignment { get; set; }

Property Value

ContentAlignment

TextWrap

Declaration

cs-api-definition
bool TextWrap { get; set; }

Property Value

bool

TopBorder

Declaration

cs-api-definition
object TopBorder { get; set; }

Property Value

object

Underline

Declaration

cs-api-definition
bool Underline { get; set; }

Property Value

bool