Class CssRangeExportSettings
- Namespace
- OfficeOpenXml.Export.HtmlExport
- Assembly
- EPPlus.dll
Settings for css export for tables
public class CssRangeExportSettings : CssExportSettings
- Inheritance
-
CssRangeExportSettings
- Inherited Members
Properties
CssExclude
Settings to exclude specific styles from the css.
public CssExclude CssExclude { get; }
Property Value
Methods
Copy(CssRangeExportSettings)
Copy the values from another settings object.
public void Copy(CssRangeExportSettings copy)
Parameters
copy
CssRangeExportSettingsThe object to copy.
ResetToDefault()
Reset the settings to it's default values.
public void ResetToDefault()