SpreadsheetGear 2017
Tag Property (FormulaBar)






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

FormulaBar Class
FormulaBar Members