ChartSheet.Tab Property (2007 System)
Gets a Tab object for a Microsoft.Office.Tools.Excel.ChartSheet.
Namespace: Microsoft.Office.Tools.Excel
Assembly: Microsoft.Office.Tools.Excel.v9.0 (in Microsoft.Office.Tools.Excel.v9.0.dll)
Syntax
'Declaration
<BrowsableAttribute(False)> _
Public ReadOnly Property Tab As Tab
'Usage
Dim instance As ChartSheet
Dim value As Tab
value = instance.Tab
[BrowsableAttribute(false)]
public Tab Tab { get; }
[BrowsableAttribute(false)]
public:
property Tab^ Tab {
Tab^ get ();
}
public function get Tab () : Tab
Property Value
Type: Tab
A Tab object for a Microsoft.Office.Tools.Excel.ChartSheet.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.