Version

AreaFormats Property (WorksheetTable)

Gets the collection of formats used for each area of the WorksheetTable.
Syntax
'Declaration
 
Public ReadOnly Property AreaFormats As WorksheetTableAreaFormatsCollection(Of WorksheetTableArea)
Remarks

The available areas of the table which can have a format set are the whole table, header, data, and totals areas.

Applying a format to an area will apply the format to all cells in that area.

If any area formats on the tables are set when the table is resized to give it more columns, the area formats of the new columns will be initialized with the area formats from the table.

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