Static
$tStatic
nextAbstract
isGets the value indicating whether the style is a built in style in Microsoft Excel.
Abstract
nameGets or sets the name of the workbook style.
The style names must be case-insensitively unique and the names for built in styles cannot be changed.
The name of the workbook style.InvalidOperationException The value is assigned and the style is a built.
ArgumentException The value assigned is null or empty.
ArgumentException The value assigned is longer than 255 characters.
ArgumentException The value assigned matches the name of another style in the collection.
Gets the cell format which applies to the workbook style. The cell format which applies to the workbook style.
Abstract
resetStatic
compareStatic
compareStatic
equalsStatic
equalsStatic
getStatic
getStatic
getStatic
referenceStatic
static
Represents a complex format which can be applied to a cell's format.
When a style is applied to a cell by setting its CellFormat.Style property, the cell's format will pick up subsequent changes to the format properties set by the style when it was applied. This will continue to happen until those format properties are set to other values on the cell format.
See