Accusoft.FSInvoices1.Net
DataType Property (FormTableColumnHeaderDefinition)




Gets and sets the FormFieldDataType of the column to which this header belongs.
Syntax
'Declaration
 
<DataMemberAttribute()>
Public Property DataType As FormFieldDataType
'Usage
 
Dim instance As FormTableColumnHeaderDefinition
Dim value As FormFieldDataType
 
instance.DataType = value
 
value = instance.DataType
[DataMemberAttribute()]
public FormFieldDataType DataType {get; set;}
[DataMemberAttribute()]
public: __property FormFieldDataType get_DataType();
public: __property void set_DataType( 
   FormFieldDataType value
);
[DataMemberAttribute()]
public:
property FormFieldDataType DataType {
   FormFieldDataType get();
   void set (    FormFieldDataType value);
}
Remarks

Defines the type of data the column is expected to contain.

Default: FormFieldDataType.GeneralText.

See Also

Reference

FormTableColumnHeaderDefinition Class
FormTableColumnHeaderDefinition Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback