Class CssTableExportSettings
- Namespace
- OfficeOpenXml.Export.HtmlExport
- Assembly
- EPPlus.dll
Settings for css export for tables
public class CssTableExportSettings : CssExportSettings
- Inheritance
-
CssTableExportSettings
- Inherited Members
Properties
Exclude
Exclude flags for styles
public CssExcludeStyle Exclude { get; }
Property Value
IncludeCellStyles
Include Css for cell styling.
public bool IncludeCellStyles { get; set; }
Property Value
IncludeTableStyles
Include Css for the current table style
public bool IncludeTableStyles { get; set; }
Property Value
Methods
Copy(CssTableExportSettings)
Copy the values from another settings object.
public void Copy(CssTableExportSettings copy)
Parameters
copy
CssTableExportSettingsThe object to copy.
ResetToDefault()
Reset the settings to it's default values.
public void ResetToDefault()