TableStyle Interface

Represents a single style that can be applied to a table.

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

Syntax

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

Remarks

A table style defines the formatting for one or all of the elements of a table or PivotTable. For example, a column is an element of a table. A table style can define that columns in a table are formatted with alternating formatting (also known as banding or stripes).

See Also

Reference

TableStyle Members

Microsoft.Office.Interop.Excel Namespace