Table of Contents

Class LoadFunctionFunctionParamsBase

Namespace
OfficeOpenXml.LoadFunctions
Assembly
EPPlus.dll

Base class for parameter classes for Load functions

public abstract class LoadFunctionFunctionParamsBase
Inheritance
LoadFunctionFunctionParamsBase
Derived
Inherited Members

Constructors

LoadFunctionFunctionParamsBase()

protected LoadFunctionFunctionParamsBase()

Properties

PrintHeaders

If true a row with headers will be added above the data

public bool PrintHeaders { get; set; }

Property Value

bool

TableName

A custom name for the table, if created. The TableName must be unique within the workbook and be a valid table name.

public string TableName { get; set; }

Property Value

string

TableStyle

If set to another value than TableStyles.None the data will be added to a table with the specified style

public TableStyles? TableStyle { get; set; }

Property Value

TableStyles?

Transpose

Set if data should be transposed

public bool Transpose { get; set; }

Property Value

bool

If true, EPPlus will add the built in (default) styles for hyperlinks and apply them on any member that is of the System.Uri or ExcelHyperLink types. Default value is true.

public bool UseBuiltInStylesForHyperlinks { get; set; }

Property Value

bool