Accusoft.FSInvoices1.Net - Updated
Area Property (TemplateTableCell)




Accusoft.FSInvoices Namespace > TemplateTableCell Class : Area Property
Gets and sets the approximate location and size of the area on the DocumentPage where the table cell is expected to be.
Syntax
'Declaration
 
<DataMemberAttribute()>
Public Property Area As RectangleF
'Usage
 
Dim instance As TemplateTableCell
Dim value As RectangleF
 
instance.Area = value
 
value = instance.Area
[DataMember()]
public RectangleF Area {get; set;}
[DataMember()]
public: __property RectangleF get_Area();
public: __property void set_Area( 
   RectangleF value
);
[DataMember()]
public:
property RectangleF Area {
   RectangleF get();
   void set (    RectangleF value);
}
Remarks

Default: Empty rectangle.

See Also

Reference

TemplateTableCell Class
TemplateTableCell Members