Tab Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a tab in a chart or a worksheet.
public interface class Tab
[System.Runtime.InteropServices.Guid("00024469-0000-0000-C000-000000000046")]
[System.Runtime.InteropServices.InterfaceType(2)]
public interface Tab
Public Interface Tab
- Attributes
Remarks
Use the Tab property of the Chart object or Worksheet object to return a Tab object.
Once a Tab object is returned, you can use the ColorIndex property to determine the settings of a tab for a chart or worksheet.
Properties
Application |
Returns an Application object that represents the Microsoft Excel application. |
Color |
Returns or sets the primary color of the tab. |
ColorIndex |
Returns or sets the color of the specified chart tab. |
Creator |
Returns a 32-bit integer that indicates the application in which this object was created. |
Parent |
Returns the parent object for the specified object. |
ThemeColor |
Returns or sets the theme color in the applied color scheme that is associated with the specified object. Read/write. |
TintAndShade |
Returns or sets a Single that lightens or darkens a color. |