[]
        
(Showing Draft Content)

FarPoint.Web.Spread.SheetStyleProperty

SheetStyleProperty Class

Represents the sheet style properties.

Inheritance
SheetStyleProperty
Namespace: FarPoint.Web.Spread
Assembly: FarPoint.Web.Spread.dll
Syntax
public class SheetStyleProperty
Public Class SheetStyleProperty
Remarks

This is an enumeration of style properties with StyleInfo parameters that use ISheetStyle methods.

Constructors

Name Description
SheetStyleProperty(string)

Creates a SheetStyleProperty object with the given name.

Fields

Name Description
BackColor

Represents the BackColor property (index of 0) for the background color of the sheet style.

Background

Represents the Background property (index of 14) for the Background setting of the sheet style.

Border

Represents the Border property (index of 1) for the border setting of the sheet style.

CanFocus

Represents the CanFocus property (index of 13) for the CanFocus setting of the sheet style.

Editor

Represents the Editor property (index of 2) for the editor of the sheet style.

EncodeValue

Represents the EncodeValue property (index of 16) for the EncodeValue setting of the sheet style.

Font

Represents the Font property (index of 3) for the font of the sheet style.

ForeColor

Represents the ForeColor property (index of 4) for the text color of the sheet style.

Formatter

Represents the Formatter property (index of 5) for the formatter of the sheet style.

HorizontalAlign

Represents the HorizontalAlign property (index of 6) for the horizontal alignment of the sheet style.

ImeMode

Represents the ImeMode property (index of 15) for the ImeMode setting of the sheet style.

Locked

Represents the Locked property (index of 7) for the lock setting of the sheet style.

Margin

Represents the Margin property (index of 8) for the margin setting of the sheet style.

Parent

Represents the Parent property (index of 9) for the name of the parent style.

Renderer

Represents the Renderer property (index of 10) for the renderer of the sheet style.

TabStop

Represents the TabStop property (index of 12) for the TabStop setting of the sheet style.

VerticalAlign

Represents the VerticalAlign property (index of 11) for the vertical alignment of the sheet style.

Methods

Name Description
GetIndex(SheetStyleProperty)

Returns the integer value associated with the given SheetStyleProperty object.

ToString()

Returns the string representation of this object.

Operators

Name Description
implicit operator int(SheetStyleProperty)

Converts a SheetStyleProperty object to an integer value.