SpreadsheetGear 2017
Content Property (SheetTab)






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