Table of Contents

Interface IBorder

Namespace
Spire.Xls.Core
Assembly
Spire.XLS.dll
public interface IBorder : IExcelApplication
Inherited Members

Properties

Color

Color Color { get; set; }

Property Value

Color

KnownColor

ExcelColors KnownColor { get; set; }

Property Value

ExcelColors

LineStyle

LineStyleType LineStyle { get; set; }

Property Value

LineStyleType

OColor

OColor OColor { get; }

Property Value

OColor

ShowDiagonalLine

bool ShowDiagonalLine { get; set; }

Property Value

bool

Methods

GetThemeColor(out ThemeColorType, out double)

bool GetThemeColor(out ThemeColorType type, out double tint)

Parameters

type ThemeColorType
tint double

Returns

bool

SetThemeColor(ThemeColorType, double)

void SetThemeColor(ThemeColorType type, double tint)

Parameters

type ThemeColorType
tint double