Class CssRangeExportSettings
Settings for css export for tables
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
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()