Version

FormatOptions Property

Gets or sets the groups of properties provided by the format.
Syntax
'Declaration
 
Property FormatOptions As WorksheetCellFormatOptions
WorksheetCellFormatOptions FormatOptions {get; set;}
Remarks

For style formats, this value indicates which properties should be used in the format when applying the style to a cell. All other groups of properties will return a default value.

For cell and differential formats, this value indicates which properties should be resolved and returned by the format. All other properties should will be resolved and returned by the parent Style.

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