Class CellStyle
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
Font
Returns a Font object that represents the font of the specified object.
public ExcelFont Font { get; }
Property Value
Interior
Returns interior object for extended format.
public ExcelInterior Interior { get; }
Property Value
Methods
clone()
public CellStyle clone()
Returns
clone(Workbook)
public CellStyle clone(Workbook book)
Parameters
book
Workbook