TableStyleElement Interface

Represents a single table style element.

Namespace:  Microsoft.Office.Interop.Excel
Assembly:  Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)

Syntax

'Declaration
<InterfaceTypeAttribute()> _
<GuidAttribute("000244A5-0000-0000-C000-000000000046")> _
Public Interface TableStyleElement
'Usage
Dim instance As TableStyleElement
[InterfaceTypeAttribute()]
[GuidAttribute("000244A5-0000-0000-C000-000000000046")]
public interface TableStyleElement

Remarks

Table styles define formatting for one or all of the elements of a table or PivotTable. For example, a header row is an element of a table. A table style can define that the fill color of the header row is red.

Each table style element in a table can have formatting specified in a table style applied to the element.

See Also

Reference

TableStyleElement Members

Microsoft.Office.Interop.Excel Namespace