Enum DisableCellFormat
An enumeration to disable cell styles in excel export document.
Namespace: BoldReports.Writer
Assembly: BoldReports.Web.dll
Syntax
public enum DisableCellFormat
Remarks
An enumeration option to disable styles like border, fonts, colors, padding, alignments.
Fields
Name | Description |
---|---|
All | Styles and borders are ignored and not applied to excel cell. |
Border | Borders are not applied to the cells in excel document. |
None | Styles and borders are applied to excel cell. |
Style | Styles such as color, font, padding and alignments are not applied to the cells in excel document. |