Class HtmlTableExportSettings
Settings for html 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.Settings
Assembly: EPPlus.dll
Syntax
public class HtmlTableExportSettings : HtmlExportSettings
  Properties
Css
Css export settings.
Declaration
public CssTableExportSettings Css { get; }
  Property Value
| Type | Description | 
|---|---|
| CssTableExportSettings | 
Methods
Configure(Action<HtmlTableExportSettings>)
Configure the settings.
Declaration
public void Configure(Action<HtmlTableExportSettings> settings)
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.Action<HtmlTableExportSettings> | settings | 
Copy(HtmlTableExportSettings)
Copy the values from another settings object.
Declaration
public void Copy(HtmlTableExportSettings copy)
  Parameters
| Type | Name | Description | 
|---|---|---|
| HtmlTableExportSettings | copy | The object to copy.  | 
      
ResetToDefault()
Reset the settings to it's default values.
Declaration
public void ResetToDefault()