SpreadsheetGear 2012
Tag Property (WorkbookView)






Syntax
'Declaration
 
<System.ComponentModel.LocalizableAttribute(False)>
<SRCategoryAttribute("Data")>
<System.ComponentModel.BindableAttribute(Bindable=True, Direction=BindingDirection.OneWay)>
<SRDescriptionAttribute("User-defined data associated with the object.")>
<System.ComponentModel.DefaultValueAttribute()>
<System.ComponentModel.TypeConverterAttribute("System.ComponentModel.StringConverter, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")>
Public Property Tag As System.Object
'Usage
 
Dim instance As WorkbookView
Dim value As System.Object
 
instance.Tag = value
 
value = instance.Tag
[System.ComponentModel.Localizable(false)]
[SRCategory("Data")]
[System.ComponentModel.Bindable(Bindable=true, Direction=BindingDirection.OneWay)]
[SRDescription("User-defined data associated with the object.")]
[System.ComponentModel.DefaultValue()]
[System.ComponentModel.TypeConverter("System.ComponentModel.StringConverter, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")]
public System.object Tag {get; set;}
public read-write property Tag: System.TObject; 
System.ComponentModel.LocalizableAttribute()
SRCategoryAttribute("Data")
System.ComponentModel.BindableAttribute(Bindable=, Direction=BindingDirection.OneWay)
SRDescriptionAttribute("User-defined data associated with the object.")
System.ComponentModel.DefaultValueAttribute()
System.ComponentModel.TypeConverterAttribute("System.ComponentModel.StringConverter, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")
public function get,set Tag : System.Object
[System.ComponentModel.Localizable(false)]
[SRCategory("Data")]
[System.ComponentModel.Bindable(Bindable=true, Direction=BindingDirection.OneWay)]
[SRDescription("User-defined data associated with the object.")]
[System.ComponentModel.DefaultValue()]
[System.ComponentModel.TypeConverter("System.ComponentModel.StringConverter, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")]
public: __property System.Object* get_Tag();
public: __property void set_Tag( 
   System.Object* value
);
[System.ComponentModel.Localizable(false)]
[SRCategory("Data")]
[System.ComponentModel.Bindable(Bindable=true, Direction=BindingDirection.OneWay)]
[SRDescription("User-defined data associated with the object.")]
[System.ComponentModel.DefaultValue()]
[System.ComponentModel.TypeConverter("System.ComponentModel.StringConverter, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")]
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

WorkbookView Class
WorkbookView Members

Send Feedback