Tab Interface

Represents a tab in a chart or a worksheet.

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

Syntax

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

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.

See Also

Reference

Tab Members

Microsoft.Office.Interop.Excel Namespace