SpreadsheetGear 2017
ContentStringFormat Property (RowHeader)






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

RowHeader Class
RowHeader Members