[]
        
(Showing Draft Content)

FarPoint.Web.Spread.BorderProperty

BorderProperty Class

Represents the border properties.

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

Constructors

Name Description
BorderProperty(string)

Creates a new border property with the specified name.

Fields

Name Description
BorderColor

Represents the BorderColor property (index is 0), which specifies the color that applies to all sides of the object border.

BorderColorBottom

Represents the BorderColorBottom property (index is 1), which specifies the color of the bottom border.

BorderColorLeft

Represents the BorderColorLeft property (index is 2), which specifies the color of the left border.

BorderColorRight

Represents the BorderColorRight property (index is 3), which specifies the color of the right border.

BorderColorTop

Represents the BorderColorTop property (index is 4), which specifies the color of the top border.

BorderSize

Represents the BorderSize property (index is 5), which specifies the width that applies to all sides of the object border.

BorderSizeBottom

Represents the BorderSizeBottom property (index is 6), which specifies the width of the bottom border.

BorderSizeLeft

Represents the BorderSizeLeft property (index is 7), which specifies the width of the left border.

BorderSizeRight

Represents the BorderSizeRight property (index is 8), which specifies the width of the right border.

BorderSizeTop

Represents the BorderSizeTop property (index is 9), which specifies the width of the top border.

BorderStyle

Represents the BorderStyle property (index is 10), which specifies the style that applies to all sides of the object border.

BorderStyleBottom

Represents the BorderStyleBottom property (index is 11), which specifies the style for the bottom border.

BorderStyleLeft

Represents the BorderStyleLeft property (index is 12), which specifies the style for the left border.

BorderStyleRight

Represents the BorderStyleRight property (index is 13), which specifies the style for the right border.

BorderStyleTop

Represents the BorderStyleTop property (index is 14), which specifies the style for the top border.

Properties

Name Description
Index

Gets an integer value associated with the current border property.

Methods

Name Description
GetEnumerator()

Gets an enumerator for enumerating through the defined border properties.

Parse(string)

Gets the border property with the specified name, or null if no border property has the specified name.

ToString()

Gets the name of the border property.

Operators

Name Description
implicit operator int(BorderProperty)

Converts a border property to an integer value.