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