<?xml version="1.0"?>
<doc>
<assembly>
<name>EPPlus</name>
</assembly>
<members>
<member name="T:OfficeOpenXml.Attributes.EPPlusDictionaryColumnAttribute">
<summary>
This attributes can only be used on properties that are of the type IDictionary<string, string>.
Columns will be added based on the items in <see cref="P:OfficeOpenXml.Attributes.EPPlusDictionaryColumnAttribute.ColumnHeaders"/>
</summary>
</member>
<member name="P:OfficeOpenXml.Attributes.EPPlusDictionaryColumnAttribute.Order">
<summary>
Order of the columns value, default value is 0
</summary>
</member>
<member name="P:OfficeOpenXml.Attributes.EPPlusDictionaryColumnAttribute.ColumnHeaders">
<summary>
The values of this array will be used to generate columns (one column for each item).
</summary>
</member>
<member name="P:OfficeOpenXml.Attributes.EPPlusDictionaryColumnAttribute.KeyId">
<summary>
Should be unique within all attributes. Will be used to retrieve the keys of the Dictionary
that also will be used to create the columns for this property.
</summary>
</member>
<member name="T:OfficeOpenXml.Attributes.EpplusFormulaTableColumnAttribute">
<summary>
Use this attribute on a class or an interface to insert a column with a formula
</summary>
</member>
<member name="P:OfficeOpenXml.Attributes.EpplusFormulaTableColumnAttribute.Formula">
<summary>
The spreadsheet formula (don't include the leading '='). If you use the {row} placeholder in the formula it will be replaced with the actual row of each cell in the column.
</summary>
</member>
<member name="P:OfficeOpenXml.Attributes.EpplusFormulaTableColumnAttribute.FormulaR1C1">
<summary>
The spreadsheet formula (don't include the leading '=') in R1C1 format.
</summary>
</member>
<member name="T:OfficeOpenXml.Attributes.EpplusIgnore">
<summary>
Use this attribute to indicate that the attribute target should be ignored.
</summary>
</member>
<member name="T:OfficeOpenXml.Attributes.EpplusNestedTableColumnAttribute">
<summary>
Attribute used by <see cref="M:OfficeOpenXml.ExcelRangeBase.LoadFromCollection``1(System.Collections.Generic.IEnumerable{``0})" /> to support complex type properties/>
</summary>
</member>
<member name="P:OfficeOpenXml.Attributes.EpplusNestedTableColumnAttribute.Order">
<summary>
Order of the columns value, default value is 0
</summary>
</member>
<member name="P:OfficeOpenXml.Attributes.EpplusNestedTableColumnAttribute.HeaderPrefix">
<summary>
This will prefix all names derived by members in the complex type.
</summary>
</member>
<member name="T:OfficeOpenXml.Attributes.EpplusTableAttribute">
<summary>
Attribute used by <see cref="M:OfficeOpenXml.ExcelRangeBase.LoadFromCollection``1(System.Collections.Generic.IEnumerable{``0})" /> to configure parameters for the functions/>
</summary>
</member>
<member name="M:OfficeOpenXml.Attributes.EpplusTableAttribute.#ctor">
<summary>
Constructor
</summary>
</member>
<member name="P:OfficeOpenXml.Attributes.EpplusTableAttribute.TableStyle">
<summary>
Table style
</summary>
</member>
<member name="P:OfficeOpenXml.Attributes.EpplusTableAttribute.PrintHeaders">
<summary>
If true, there will be a header row with column names over the data
</summary>
</member>
<member name="P:OfficeOpenXml.Attributes.EpplusTableAttribute.ShowFirstColumn">
<summary>
If true, the first column of the table is highlighted
</summary>
</member>
<member name="P:OfficeOpenXml.Attributes.EpplusTableAttribute.ShowLastColumn">
<summary>
If true, the last column of the table is highlighted
</summary>
</member>
<member name="P:OfficeOpenXml.Attributes.EpplusTableAttribute.ShowTotal">
<summary>
If true, a totals row will be added under the table data. This should be used in combination with <see cref="P:OfficeOpenXml.Attributes.EpplusTableColumnAttributeBase.TotalsRowFunction"/> on the column attributes.
</summary>
</member>
<member name="P:OfficeOpenXml.Attributes.EpplusTableAttribute.AutofitColumns">
<summary>
If true, column width will be adjusted to cell content
</summary>
</member>
<member name="P:OfficeOpenXml.Attributes.EpplusTableAttribute.AutoCalculate">
<summary>
If true, EPPlus will calculate the table range when the data has been read into the spreadsheet and store the results
in the Value property of each cell.
</summary>
</member>
<member name="P:OfficeOpenXml.Attributes.EpplusTableAttribute.NumberFormatProviderType">
<summary>
If set, this <see cref="T:System.Type"/> must be implementing the <see cref="T:OfficeOpenXml.LoadFunctions.IExcelNumberFormatProvider"/> interface. If not an Exception will be thrown.
Note that the implementing type must have an empty constructor.
</summary>
</member>
<member name="T:OfficeOpenXml.Attributes.EpplusTableColumnAttribute">
<summary>
Use this attribute on a Method, Property or a Field to set parameters for how an object should be represented when imported to a range.
</summary>
</member>
<member name="T:OfficeOpenXml.Attributes.EpplusTableColumnAttributeBase">
<summary>
Attribute used by <see cref="M:OfficeOpenXml.ExcelRangeBase.LoadFromCollection``1(System.Collections.Generic.IEnumerable{``0})" /> to configure column parameters for the functions/>
</summary>
</member>
<member name="P:OfficeOpenXml.Attributes.EpplusTableColumnAttributeBase.Order">
<summary>
Order of the columns value, default value is 0
</summary>
</member>
<member name="P:OfficeOpenXml.Attributes.EpplusTableColumnAttributeBase.Header">
<summary>
Name shown in the header row, overriding the property name
</summary>
</member>
<member name="P:OfficeOpenXml.Attributes.EpplusTableColumnAttributeBase.NumberFormat">
<summary>
Excel format string for the column
</summary>
</member>
<member name="P:OfficeOpenXml.Attributes.EpplusTableColumnAttributeBase.NumberFormatId">
<summary>
A number to be used in a NumberFormatProvider.
Default value is int.MinValue, which means it will be ignored.
</summary>
</member>
<member name="P:OfficeOpenXml.Attributes.EpplusTableColumnAttributeBase.Hidden">
<summary>
If true, the entire column will be hidden.
</summary>
</member>
<member name="P:OfficeOpenXml.Attributes.EpplusTableColumnAttributeBase.UseBuiltInHyperlinkStyle">
<summary>
Indicates whether the Built in (default) hyperlink style should be
applied to hyperlinks or not. Default value is true.
</summ