SpreadsheetGear 2017
Tag Property (SheetTab)






SpreadsheetGear.Windows.Controls Namespace > SheetTab Class : Tag Property
Syntax
'Declaration
 
<System.Windows.LocalizabilityAttribute(LocalizationCategory.NeverLocalize)>
Public Property Tag As System.Object
'Usage
 
Dim instance As SheetTab
Dim value As System.Object
 
instance.Tag = value
 
value = instance.Tag
[System.Windows.Localizability(LocalizationCategory.NeverLocalize)]
public System.object Tag {get; set;}
public read-write property Tag: System.TObject; 
System.Windows.LocalizabilityAttribute(LocalizationCategory.NeverLocalize)
public function get,set Tag : System.Object
[System.Windows.Localizability(LocalizationCategory.NeverLocalize)]
public: __property System.Object* get_Tag();
public: __property void set_Tag( 
   System.Object* value
);
[System.Windows.Localizability(LocalizationCategory.NeverLocalize)]
public:
property System.Object^ Tag {
   System.Object^ get();
   void set (    System.Object^ value);
}
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 Class
SheetTab Members