Name | Description | |
---|---|---|
CreateHeader | Create a header for the worksheet. The default is true. | |
FalseText | The text when a boolean is false. The default is False | |
GrayBarColor | The Background color when UseGrayBar is true | |
HeaderBackgroundColor | The background color of the header. The default is Black | |
HeaderForegroundColor | The foreground color of the header. The default is White | |
InsertSpacesIntoEnumValues | Insert spaces into enum values based on capitilization. The default is True | |
InsertSpacesIntoHeaderColumns | Insert spaces into header columns based on capitilization. The default is True | |
MinValueDateText | The default text when a date is DateTime.MinValue. The default is string.Empty | |
NoItemsMessage | When there are no items in a list or data table or just the header for CSV, the NoItemsMessage will show on the second row The default is "No items found" | |
NullText | The default text when a value is null. The default is string.Empty. | |
TrueText | The text when a boolean is true. The default is True | |
UseBorder | If true, a border will created around the cell. The default is false. | |
UseGrayBar | If true, every other row will be highlighted in the GrayBarColor. This is used when generating from a list or CSV |