TableStyleElement Members
Include Protected Members
Include Inherited Members
Represents a single table style element.
The TableStyleElement type exposes the following members.
Properties
Name | Description | |
---|---|---|
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. | |
Borders | Returns the borders of a table style element. Read-only. | |
Creator | Returns a 32-bit integer that indicates the application in which this object was created. Read-only. | |
Font | Returns the font of the specified object. Read-only. | |
HasFormat | Returns whether a table style element has formatting applied to the specified element. Read-only. | |
Interior | Returns an Interior object that represents the interior of the specified object. Read-only. | |
Parent | Returns the parent object for the specified object. Read-only. | |
StripeSize | Returns or sets the size of banding. Read/write. |
Top
Methods
Name | Description | |
---|---|---|
Clear | Clears the formatting for this element. |
Top