Name | Description | |
---|---|---|
![]() | ColumnDefinition Constructor | Setup Defaults |
The following tables list the members exposed by ColumnDefinition.
Name | Description | |
---|---|---|
![]() | ColumnDefinition Constructor | Setup Defaults |
Name | Description | |
---|---|---|
![]() | AddTotalAtTheEnd | Add a total (sum) at the end of this column |
![]() | BackgroundColor | The background color of the cell. The default is White |
![]() | ColumnName | The name of the column, must match exactly with the CSV Header Name, Class Property Name, or Data Table Column Name |
![]() | CustomFormatString | A .NET Custom Format String or Excel Custom Format String. Set the CellFormat to CustomNet or CustomExcel respectively. |
![]() | ForegroundColor | The foreground color of the cell. The default is Black |
![]() | Format | The Excel Format to use |
![]() | HeaderText | The text for the header of the column |
![]() | TotalBold | Determines if the Total for this column will be bolded. Works in conjunction with AddTotalAtTheEnd. The default is true. |