Version

WorkbookStyle Class

Represents a complex format which can be applied to a cell's format.
Syntax
'Declaration
 
Public MustInherit Class WorkbookStyle 
public abstract class WorkbookStyle 
Remarks

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.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also