Share via


TableStyle Members

Include Protected Members
Include Inherited Members

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

The TableStyle type exposes the following members.

Properties

  Name Description
Public property _Default
Public property Application When used without an object qualifier, this property returns an _Application object that represents the Microsoft Office Excel application. When used with an object qualifier, this property returns an _Application object that represents the creator of the specified object. Read-only.
Public property BuiltIn True if the style is a built-in style. Read-only.
Public property Creator Returns a 32-bit integer that indicates the application in which this object was created. Read-only.
Public property Name Returns the name of the object. Read-only.
Public property NameLocal Returns or sets the name of the object, in the language of the user. Read-only.
Public property Parent Returns the parent object for the specified object. Read-only.
Public property ShowAsAvailablePivotTableStyle Sets or returns if a style is shown in the gallery for PivotTable styles or not. Read/write.
Public property ShowAsAvailableSlicerStyle Gets or sets whether the specified table style is shown as available in the slicer styles gallery.
Public property ShowAsAvailableTableStyle Returns or sets a table style shown as available in the table styles gallery. Read/write.
Public property TableStyleElements Returns the TableStyleElements object. Read-only.

Top

Methods

  Name Description
Public method Delete Deletes the TableStyle object.
Public method Duplicate Duplicates the TableStyle object and returns a reference to the new copy.

Top

See Also

Reference

TableStyle Interface

Microsoft.Office.Interop.Excel Namespace