Excel Reports
AddTotalAtTheEnd Property



KellermanSoftware.ExcelReports Namespace > ColumnDefinition Class : AddTotalAtTheEnd Property
Add a total (sum) at the end of this column
Syntax
Public Property AddTotalAtTheEnd As Boolean
Dim instance As ColumnDefinition
Dim value As Boolean
 
instance.AddTotalAtTheEnd = value
 
value = instance.AddTotalAtTheEnd
public bool AddTotalAtTheEnd {get; set;}
public:
property bool AddTotalAtTheEnd {
   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

ColumnDefinition Class
ColumnDefinition Members