|
DataType | | Specifies the type of data present. |
ExcelAutoFitRow | | When set to True for any column, the height of the Excel rows is automatically adjusted to fit the data. |
ExcelColumnWidth | | The width of the Excel column. The number represents the average character width for the current font. For example, a value of 10 would indicate a column that is usually able to contain 10 characters. |
ExcelFormat | | Specifies an Excel data format string. It's important to set the column's Data Type for the Excel Format to work. |
ExcelShrinkToFit | | When True, the cell font of text that is too long to be displayed in a single cell will be shrunk to make it fit. |
ExcelWrapText | | When True, text that is too long to be displayed in a single Excel cell is wrapped into additional rows. |
FontBold | | The bold font. |
FontItalic | | When True, selects the italic font. |
FontName | | Specifies the name of a font. |
FontSize | | Specifies the size of the text. |