Excel Reports
TotalBold Property



KellermanSoftware.ExcelReports Namespace > ColumnDefinition Class : TotalBold Property
Determines if the Total for this column will be bolded. Works in conjunction with AddTotalAtTheEnd. The default is true.
Syntax
Public Property TotalBold As Boolean
Dim instance As ColumnDefinition
Dim value As Boolean
 
instance.TotalBold = value
 
value = instance.TotalBold
public bool TotalBold {get; set;}
public:
property bool TotalBold {
   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