SpreadsheetGear 2017
SheetTab Class
Members 






SpreadsheetGear.Windows.Controls Namespace : SheetTab Class
Represents an individual WorkbookView sheet tab.
Object Model
SheetTab Class
Syntax
'Declaration
 
<System.Windows.TemplateVisualStateAttribute(Name="MouseOver", GroupName="CommonStates")>
<System.Windows.Markup.ContentPropertyAttribute("Content", True)>
Public Class SheetTab 
   Inherits System.Windows.Controls.ContentControl
'Usage
 
Dim instance As SheetTab
[System.Windows.TemplateVisualState(Name="MouseOver", GroupName="CommonStates")]
[System.Windows.Markup.ContentProperty("Content", true)]
public class SheetTab : System.Windows.Controls.ContentControl 
public class SheetTab = class(System.Windows.Controls.ContentControl)
System.Windows.TemplateVisualStateAttribute(Name="MouseOver", GroupName="CommonStates")
System.Windows.Markup.ContentPropertyAttribute("Content", )
public class SheetTab extends System.Windows.Controls.ContentControl
[System.Windows.TemplateVisualState(Name="MouseOver", GroupName="CommonStates")]
[System.Windows.Markup.ContentProperty("Content", true)]
public __gc class SheetTab : public System.Windows.Controls.ContentControl 
[System.Windows.TemplateVisualState(Name="MouseOver", GroupName="CommonStates")]
[System.Windows.Markup.ContentProperty("Content", true)]
public ref class SheetTab : public System.Windows.Controls.ContentControl 
Inheritance Hierarchy

System.Object
   System.Windows.DependencyObject
      System.Windows.UIElement
         System.Windows.FrameworkElement
            System.Windows.Controls.Control
               System.Windows.Controls.ContentControl
                  SpreadsheetGear.Windows.Controls.SheetTab

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

SheetTab Members
SpreadsheetGear.Windows.Controls Namespace