Accusoft.FSInvoices1.Net
Value Property (TemplateTableColumnHeader)




Gets and sets the column header text.
Syntax
'Declaration
 
<DataMemberAttribute()>
Public Property Value As String
'Usage
 
Dim instance As TemplateTableColumnHeader
Dim value As String
 
instance.Value = value
 
value = instance.Value
[DataMemberAttribute()]
public string Value {get; set;}
[DataMemberAttribute()]
public: __property string* get_Value();
public: __property void set_Value( 
   string* value
);
[DataMemberAttribute()]
public:
property String^ Value {
   String^ get();
   void set (    String^ value);
}
Remarks

This is the specific column header text that is expected to be on the form.

Default: Empty string.

See Also

Reference

TemplateTableColumnHeader Class
TemplateTableColumnHeader Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback