Class DisableCellFormat
An enumeration to disable cell styles in excel export document.
Inheritance
System.Object
DisableCellFormat
Namespace: BoldReports.Writer
Assembly: BoldReports.Web.dll
Syntax
public sealed class DisableCellFormat : Enum
Remarks
An enumeration option to disable styles like border, fonts, colors, padding, alignments.
Fields
All
Styles and borders are ignored and not applied to excel cell.
Declaration
public const DisableCellFormat All
Field Value
Type | Description |
---|---|
DisableCellFormat |
Border
Borders are not applied to the cells in excel document.
Declaration
public const DisableCellFormat Border
Field Value
Type | Description |
---|---|
DisableCellFormat |
None
Styles and borders are applied to excel cell.
Declaration
public const DisableCellFormat None
Field Value
Type | Description |
---|---|
DisableCellFormat |
Style
Styles such as color, font, padding and alignments are not applied to the cells in excel document.
Declaration
public const DisableCellFormat Style
Field Value
Type | Description |
---|---|
DisableCellFormat |
value__
Declaration
public int value__
Field Value
Type | Description |
---|---|
System.Int32 |