Represents a complex format which can be applied to a cell's format.

Inheritance

object

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; }

Gets the cell format which applies to the workbook style.

public IWorksheetCellFormat StyleFormat { get; }

Resets the style to its original state.

public abstract void Reset()

Returns any