Table of Contents

Class CellStyle

Namespace
Spire.Xls
Assembly
Spire.XLS.dll
public class CellStyle : CellStyleObject, IStyle, IExtendedFormat, IExcelApplication, IOptimizedUpdate
Inheritance
CellStyle
Implements
Inherited Members

Properties

Borders

Returns a Borders collection that represents the borders of a style.

public BordersCollection Borders { get; }

Property Value

BordersCollection

Font

Returns a Font object that represents the font of the specified object.

public ExcelFont Font { get; }

Property Value

ExcelFont

Interior

Returns interior object for extended format.

public ExcelInterior Interior { get; }

Property Value

ExcelInterior

Methods

clone()

public CellStyle clone()

Returns

CellStyle

clone(Workbook)

public CellStyle clone(Workbook book)

Parameters

book Workbook

Returns

CellStyle