'Declaration
<System.ComponentModel.BindableAttribute(True)> <CustomCategoryAttribute("Content")> Public Property ContentStringFormat As System.String
'Usage
Dim instance As ColumnHeader 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