Table of Contents

Interface IInternalAddtionalFormat

Namespace
Spire.Xls.Core.Interfaces
Assembly
Spire.XLS.dll
public interface IInternalAddtionalFormat : IExtendedFormat, IExcelApplication
Inherited Members

Properties

BottomBorderColor

OColor BottomBorderColor { get; }

Property Value

OColor

BottomBorderLineStyle

LineStyleType BottomBorderLineStyle { get; set; }

Property Value

LineStyleType

DiagonalBorderColor

OColor DiagonalBorderColor { get; }

Property Value

OColor

DiagonalDownBorderLineStyle

LineStyleType DiagonalDownBorderLineStyle { get; set; }

Property Value

LineStyleType

DiagonalDownVisible

bool DiagonalDownVisible { get; set; }

Property Value

bool

DiagonalUpBorderLineStyle

LineStyleType DiagonalUpBorderLineStyle { get; set; }

Property Value

LineStyleType

DiagonalUpVisible

bool DiagonalUpVisible { get; set; }

Property Value

bool

LeftBorderColor

OColor LeftBorderColor { get; }

Property Value

OColor

LeftBorderLineStyle

LineStyleType LeftBorderLineStyle { get; set; }

Property Value

LineStyleType

RightBorderColor

OColor RightBorderColor { get; }

Property Value

OColor

RightBorderLineStyle

LineStyleType RightBorderLineStyle { get; set; }

Property Value

LineStyleType

TopBorderColor

OColor TopBorderColor { get; }

Property Value

OColor

TopBorderLineStyle

LineStyleType TopBorderLineStyle { get; set; }

Property Value

LineStyleType

Workbook

XlsWorkbook Workbook { get; }

Property Value

XlsWorkbook

Methods

BeginUpdate()

void BeginUpdate()

EndUpdate()

void EndUpdate()