[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.IBorders

IBorders Interface

Represents a collection of four IBorder objects that represent the four borders of an IRange or IStyle object.

Namespace: GrapeCity.Documents.Excel
Assembly: DS.Documents.Excel.dll
Syntax
public interface IBorders
Public Interface IBorders

Properties

Name Description
Color

Gets or sets the Color of the IBorder.

ColorIndex

Gets or sets the color of all four borders.

Count

Returns the number of objects in the collection.

this[BordersIndex]

Returns the IBorder object from a collection.

LineStyle

Gets or sets the line style for the border.

ThemeColor

Gets or sets the theme color in the applied color scheme that is associated with the specified object. The ThemeColor value is read or write.

TintAndShade

Gets or sets a value that lightens or darkens a color. The valid number is from -1 (darkest) to 1 (lightest). Zero (0) is neutral.

Methods

Name Description
Clear()

Clear the borders.