SpreadsheetGear 2017
Content Property (ColumnHeader)






SpreadsheetGear.Windows.Controls Namespace > ColumnHeader Class : Content Property
Syntax
'Declaration
 
<System.ComponentModel.BindableAttribute(True)>
<CustomCategoryAttribute("Content")>
Public Property Content As System.Object
'Usage
 
Dim instance As ColumnHeader
Dim value As System.Object
 
instance.Content = value
 
value = instance.Content
[System.ComponentModel.Bindable(true)]
[CustomCategory("Content")]
public System.object Content {get; set;}
public read-write property Content: System.TObject; 
System.ComponentModel.BindableAttribute()
CustomCategoryAttribute("Content")
public function get,set Content : System.Object
[System.ComponentModel.Bindable(true)]
[CustomCategory("Content")]
public: __property System.Object* get_Content();
public: __property void set_Content( 
   System.Object* value
);
[System.ComponentModel.Bindable(true)]
[CustomCategory("Content")]
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

ColumnHeader Class
ColumnHeader Members