Class CssTableExportSettings
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 CssTableExportSettings : CssExportSettings
Properties
Exclude
Exclude flags for styles
Declaration
public CssExcludeStyle Exclude { get; }
Property Value
Type | Description |
---|---|
CssExcludeStyle |
IncludeCellStyles
Include Css for cell styling.
Declaration
public bool IncludeCellStyles { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
IncludeTableStyles
Include Css for the current table style
Declaration
public bool IncludeTableStyles { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Methods
Copy(CssTableExportSettings)
Copy the values from another settings object.
Declaration
public void Copy(CssTableExportSettings copy)
Parameters
Type | Name | Description |
---|---|---|
CssTableExportSettings | copy | The object to copy. |
ResetToDefault()
Reset the settings to it's default values.
Declaration
public void ResetToDefault()