Excel Reports
UseBorder Property



KellermanSoftware.ExcelReports Namespace > Configuration Class : UseBorder Property
If true, a border will created around the cell. The default is false.
Syntax
Public Property UseBorder As Boolean
Dim instance As Configuration
Dim value As Boolean
 
instance.UseBorder = value
 
value = instance.UseBorder
public bool UseBorder {get; set;}
public:
property bool UseBorder {
   bool get();
   void set (    bool 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

Configuration Class
Configuration Members