[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.IBorder

Interface IBorder

Namespace
GrapeCity.Documents.Excel
Assembly
GcDocs.Excel.dll

Represents the border of an object.

public interface IBorder

Properties

Color

Gets or sets the Color of this border.

Color Color { get; set; }

Property Value

System.Drawing.Color

ColorIndex

Gets or sets the color of the border.

int ColorIndex { get; set; }

Property Value

int

LineStyle

Gets or sets the line style for the border.

BorderLineStyle LineStyle { get; set; }

Property Value

BorderLineStyle

ThemeColor

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

ThemeColor ThemeColor { get; set; }

Property Value

ThemeColor

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.

double TintAndShade { get; set; }

Property Value

double

Methods

Clear()

Clear the border.

void Clear()