Represents a complex format which can be applied to a cell's format.
Inheritance
object
Properties
Section titled "Properties"IsBuiltIn
Section titled "IsBuiltIn"Gets the value indicating whether the style is a built in style in Microsoft Excel.
public abstract bool IsBuiltIn { get; } Gets or sets the name of the workbook style.
public abstract string Name { get; set; } StyleFormat
Section titled "StyleFormat"Gets the cell format which applies to the workbook style.
public IWorksheetCellFormat StyleFormat { get; } Methods
Section titled "Methods"Reset()
Section titled "Reset()"Resets the style to its original state.
public abstract void Reset()