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 | |
---|---|---|
_Default | ||
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. | |
BuiltIn | True if the style is a built-in style. Read-only. | |
Creator | Returns a 32-bit integer that indicates the application in which this object was created. Read-only. | |
Name | Returns the name of the object. Read-only. | |
NameLocal | Returns or sets the name of the object, in the language of the user. Read-only. | |
Parent | Returns the parent object for the specified object. Read-only. | |
ShowAsAvailablePivotTableStyle | Sets or returns if a style is shown in the gallery for PivotTable styles or not. Read/write. | |
ShowAsAvailableSlicerStyle | Gets or sets whether the specified table style is shown as available in the slicer styles gallery. | |
ShowAsAvailableTableStyle | Returns or sets a table style shown as available in the table styles gallery. Read/write. | |
TableStyleElements | Returns the TableStyleElements object. Read-only. |
Top
Methods
Name | Description | |
---|---|---|
Delete | Deletes the TableStyle object. | |
Duplicate | Duplicates the TableStyle object and returns a reference to the new copy. |
Top