Table of Contents

Interface IXLPivotTable

Namespace
SlapKit.Excel.Excel
Assembly
SlapKit.Excel.dll
public interface IXLPivotTable
Extension Methods

Properties

AllowMultipleFilters

bool AllowMultipleFilters { get; set; }

Property Value

bool

AutofitColumns

bool AutofitColumns { get; set; }

Property Value

bool

ClassicPivotTableLayout

bool ClassicPivotTableLayout { get; set; }

Property Value

bool

ColumnHeaderCaption

string ColumnHeaderCaption { get; set; }

Property Value

string

ColumnLabels

IXLPivotFields ColumnLabels { get; }

Property Value

IXLPivotFields

Description

string Description { get; set; }

Property Value

string

DisplayCaptionsAndDropdowns

bool DisplayCaptionsAndDropdowns { get; set; }

Property Value

bool

DisplayItemLabels

bool DisplayItemLabels { get; set; }

Property Value

bool

EmptyCellReplacement

string EmptyCellReplacement { get; set; }

Property Value

string

EnableCellEditing

bool EnableCellEditing { get; set; }

Property Value

bool

EnableShowDetails

bool EnableShowDetails { get; set; }

Property Value

bool

ErrorValueReplacement

string ErrorValueReplacement { get; set; }

Property Value

string

FilterAreaOrder

XLFilterAreaOrder FilterAreaOrder { get; set; }

Property Value

XLFilterAreaOrder

FilterFieldsPageWrap

int FilterFieldsPageWrap { get; set; }

Property Value

int

FilteredItemsInSubtotals

bool FilteredItemsInSubtotals { get; set; }

Property Value

bool

InsertBlankLines

bool InsertBlankLines { set; }

Property Value

bool

Layout

XLPivotLayout Layout { set; }

Property Value

XLPivotLayout

MergeAndCenterWithLabels

bool MergeAndCenterWithLabels { get; set; }

Property Value

bool

Name

string Name { get; set; }

Property Value

string

PivotCache

The cache of data for the pivot table. The pivot table is created from cached data, not up-to-date data in a worksheet.

IXLPivotCache PivotCache { get; set; }

Property Value

IXLPivotCache

PreserveCellFormatting

bool PreserveCellFormatting { get; set; }

Property Value

bool

PrintExpandCollapsedButtons

bool PrintExpandCollapsedButtons { get; set; }

Property Value

bool

PrintTitles

bool PrintTitles { get; set; }

Property Value

bool

RepeatRowLabels

bool RepeatRowLabels { get; set; }

Property Value

bool

ReportFilters

IXLPivotFields ReportFilters { get; }

Property Value

IXLPivotFields

RowHeaderCaption

string RowHeaderCaption { get; set; }

Property Value

string

RowLabelIndent

int RowLabelIndent { get; set; }

Property Value

int

RowLabels

IXLPivotFields RowLabels { get; }

Property Value

IXLPivotFields

ShowColumnHeaders

bool ShowColumnHeaders { get; set; }

Property Value

bool

ShowColumnStripes

bool ShowColumnStripes { get; set; }

Property Value

bool

ShowContextualTooltips

bool ShowContextualTooltips { get; set; }

Property Value

bool

ShowEmptyItemsOnColumns

bool ShowEmptyItemsOnColumns { get; set; }

Property Value

bool

ShowEmptyItemsOnRows

bool ShowEmptyItemsOnRows { get; set; }

Property Value

bool

ShowExpandCollapseButtons

bool ShowExpandCollapseButtons { get; set; }

Property Value

bool

ShowGrandTotalsColumns

bool ShowGrandTotalsColumns { get; set; }

Property Value

bool

ShowGrandTotalsRows

bool ShowGrandTotalsRows { get; set; }

Property Value

bool

ShowPropertiesInTooltips

bool ShowPropertiesInTooltips { get; set; }

Property Value

bool

ShowRowHeaders

bool ShowRowHeaders { get; set; }

Property Value

bool

ShowRowStripes

bool ShowRowStripes { get; set; }

Property Value

bool

ShowValuesRow

bool ShowValuesRow { get; set; }

Property Value

bool

SortFieldsAtoZ

bool SortFieldsAtoZ { get; set; }

Property Value

bool

StyleFormats

IXLPivotTableStyleFormats StyleFormats { get; }

Property Value

IXLPivotTableStyleFormats

Subtotals

XLPivotSubtotals Subtotals { get; set; }

Property Value

XLPivotSubtotals

TargetCell

IXLCell TargetCell { get; set; }

Property Value

IXLCell

Theme

XLPivotTableTheme Theme { get; set; }

Property Value

XLPivotTableTheme

Title

string Title { get; set; }

Property Value

string

UseCustomListsForSorting

bool UseCustomListsForSorting { get; set; }

Property Value

bool

Values

IXLPivotValues Values { get; }

Property Value

IXLPivotValues

Worksheet

IXLWorksheet Worksheet { get; }

Property Value

IXLWorksheet

Methods

CopyTo(IXLCell)

IXLPivotTable CopyTo(IXLCell targetCell)

Parameters

targetCell IXLCell

Returns

IXLPivotTable

SetAllowMultipleFilters()

IXLPivotTable SetAllowMultipleFilters()

Returns

IXLPivotTable

SetAllowMultipleFilters(bool)

IXLPivotTable SetAllowMultipleFilters(bool value)

Parameters

value bool

Returns

IXLPivotTable

SetAutofitColumns()

IXLPivotTable SetAutofitColumns()

Returns

IXLPivotTable

SetAutofitColumns(bool)

IXLPivotTable SetAutofitColumns(bool value)

Parameters

value bool

Returns

IXLPivotTable

SetClassicPivotTableLayout()

IXLPivotTable SetClassicPivotTableLayout()

Returns

IXLPivotTable

SetClassicPivotTableLayout(bool)

IXLPivotTable SetClassicPivotTableLayout(bool value)

Parameters

value bool

Returns

IXLPivotTable

SetColumnHeaderCaption(string)

IXLPivotTable SetColumnHeaderCaption(string value)

Parameters

value string

Returns

IXLPivotTable

SetDescription(string)

IXLPivotTable SetDescription(string value)

Parameters

value string

Returns

IXLPivotTable

SetDisplayCaptionsAndDropdowns()

IXLPivotTable SetDisplayCaptionsAndDropdowns()

Returns

IXLPivotTable

SetDisplayCaptionsAndDropdowns(bool)

IXLPivotTable SetDisplayCaptionsAndDropdowns(bool value)

Parameters

value bool

Returns

IXLPivotTable

SetDisplayItemLabels()

IXLPivotTable SetDisplayItemLabels()

Returns

IXLPivotTable

SetDisplayItemLabels(bool)

IXLPivotTable SetDisplayItemLabels(bool value)

Parameters

value bool

Returns

IXLPivotTable

SetEmptyCellReplacement(string)

IXLPivotTable SetEmptyCellReplacement(string value)

Parameters

value string

Returns

IXLPivotTable

SetEnableCellEditing()

IXLPivotTable SetEnableCellEditing()

Returns

IXLPivotTable

SetEnableCellEditing(bool)

IXLPivotTable SetEnableCellEditing(bool value)

Parameters

value bool

Returns

IXLPivotTable

SetEnableShowDetails()

IXLPivotTable SetEnableShowDetails()

Returns

IXLPivotTable

SetEnableShowDetails(bool)

IXLPivotTable SetEnableShowDetails(bool value)

Parameters

value bool

Returns

IXLPivotTable

SetErrorValueReplacement(string)

IXLPivotTable SetErrorValueReplacement(string value)

Parameters

value string

Returns

IXLPivotTable

SetFilterAreaOrder(XLFilterAreaOrder)

IXLPivotTable SetFilterAreaOrder(XLFilterAreaOrder value)

Parameters

value XLFilterAreaOrder

Returns

IXLPivotTable

SetFilterFieldsPageWrap(int)

IXLPivotTable SetFilterFieldsPageWrap(int value)

Parameters

value int

Returns

IXLPivotTable

SetFilteredItemsInSubtotals()

IXLPivotTable SetFilteredItemsInSubtotals()

Returns

IXLPivotTable

SetFilteredItemsInSubtotals(bool)

IXLPivotTable SetFilteredItemsInSubtotals(bool value)

Parameters

value bool

Returns

IXLPivotTable

SetInsertBlankLines()

IXLPivotTable SetInsertBlankLines()

Returns

IXLPivotTable

SetInsertBlankLines(bool)

IXLPivotTable SetInsertBlankLines(bool value)

Parameters

value bool

Returns

IXLPivotTable

SetLayout(XLPivotLayout)

IXLPivotTable SetLayout(XLPivotLayout value)

Parameters

value XLPivotLayout

Returns

IXLPivotTable

SetMergeAndCenterWithLabels()

IXLPivotTable SetMergeAndCenterWithLabels()

Returns

IXLPivotTable

SetMergeAndCenterWithLabels(bool)

IXLPivotTable SetMergeAndCenterWithLabels(bool value)

Parameters

value bool

Returns

IXLPivotTable

SetName(string)

IXLPivotTable SetName(string value)

Parameters

value string

Returns

IXLPivotTable

SetPreserveCellFormatting()

IXLPivotTable SetPreserveCellFormatting()

Returns

IXLPivotTable

SetPreserveCellFormatting(bool)

IXLPivotTable SetPreserveCellFormatting(bool value)

Parameters

value bool

Returns

IXLPivotTable

SetPrintExpandCollapsedButtons()

IXLPivotTable SetPrintExpandCollapsedButtons()

Returns

IXLPivotTable

SetPrintExpandCollapsedButtons(bool)

IXLPivotTable SetPrintExpandCollapsedButtons(bool value)

Parameters

value bool

Returns

IXLPivotTable

SetPrintTitles()

IXLPivotTable SetPrintTitles()

Returns

IXLPivotTable

SetPrintTitles(bool)

IXLPivotTable SetPrintTitles(bool value)

Parameters

value bool

Returns

IXLPivotTable

SetRepeatRowLabels()

IXLPivotTable SetRepeatRowLabels()

Returns

IXLPivotTable

SetRepeatRowLabels(bool)

IXLPivotTable SetRepeatRowLabels(bool value)

Parameters

value bool

Returns

IXLPivotTable

SetRowHeaderCaption(string)

IXLPivotTable SetRowHeaderCaption(string value)

Parameters

value string

Returns

IXLPivotTable

SetRowLabelIndent(int)

IXLPivotTable SetRowLabelIndent(int value)

Parameters

value int

Returns

IXLPivotTable

SetShowColumnHeaders()

IXLPivotTable SetShowColumnHeaders()

Returns

IXLPivotTable

SetShowColumnHeaders(bool)

IXLPivotTable SetShowColumnHeaders(bool value)

Parameters

value bool

Returns

IXLPivotTable

SetShowColumnStripes()

IXLPivotTable SetShowColumnStripes()

Returns

IXLPivotTable

SetShowColumnStripes(bool)

IXLPivotTable SetShowColumnStripes(bool value)

Parameters

value bool

Returns

IXLPivotTable

SetShowContextualTooltips()

IXLPivotTable SetShowContextualTooltips()

Returns

IXLPivotTable

SetShowContextualTooltips(bool)

IXLPivotTable SetShowContextualTooltips(bool value)

Parameters

value bool

Returns

IXLPivotTable

SetShowEmptyItemsOnColumns()

IXLPivotTable SetShowEmptyItemsOnColumns()

Returns

IXLPivotTable

SetShowEmptyItemsOnColumns(bool)

IXLPivotTable SetShowEmptyItemsOnColumns(bool value)

Parameters

value bool

Returns

IXLPivotTable

SetShowEmptyItemsOnRows()

IXLPivotTable SetShowEmptyItemsOnRows()

Returns

IXLPivotTable

SetShowEmptyItemsOnRows(bool)

IXLPivotTable SetShowEmptyItemsOnRows(bool value)

Parameters

value bool

Returns

IXLPivotTable

SetShowExpandCollapseButtons()

IXLPivotTable SetShowExpandCollapseButtons()

Returns

IXLPivotTable

SetShowExpandCollapseButtons(bool)

IXLPivotTable SetShowExpandCollapseButtons(bool value)

Parameters

value bool

Returns

IXLPivotTable

SetShowGrandTotalsColumns()

IXLPivotTable SetShowGrandTotalsColumns()

Returns

IXLPivotTable

SetShowGrandTotalsColumns(bool)

IXLPivotTable SetShowGrandTotalsColumns(bool value)

Parameters

value bool

Returns

IXLPivotTable

SetShowGrandTotalsRows()

IXLPivotTable SetShowGrandTotalsRows()

Returns

IXLPivotTable

SetShowGrandTotalsRows(bool)

IXLPivotTable SetShowGrandTotalsRows(bool value)

Parameters

value bool

Returns

IXLPivotTable

SetShowPropertiesInTooltips()

IXLPivotTable SetShowPropertiesInTooltips()

Returns

IXLPivotTable

SetShowPropertiesInTooltips(bool)

IXLPivotTable SetShowPropertiesInTooltips(bool value)

Parameters

value bool

Returns

IXLPivotTable

SetShowRowHeaders()

IXLPivotTable SetShowRowHeaders()

Returns

IXLPivotTable

SetShowRowHeaders(bool)

IXLPivotTable SetShowRowHeaders(bool value)

Parameters

value bool

Returns

IXLPivotTable

SetShowRowStripes()

IXLPivotTable SetShowRowStripes()

Returns

IXLPivotTable

SetShowRowStripes(bool)

IXLPivotTable SetShowRowStripes(bool value)

Parameters

value bool

Returns

IXLPivotTable

SetShowValuesRow()

IXLPivotTable SetShowValuesRow()

Returns

IXLPivotTable

SetShowValuesRow(bool)

IXLPivotTable SetShowValuesRow(bool value)

Parameters

value bool

Returns

IXLPivotTable

SetSortFieldsAtoZ()

IXLPivotTable SetSortFieldsAtoZ()

Returns

IXLPivotTable

SetSortFieldsAtoZ(bool)

IXLPivotTable SetSortFieldsAtoZ(bool value)

Parameters

value bool

Returns

IXLPivotTable

SetSubtotals(XLPivotSubtotals)

IXLPivotTable SetSubtotals(XLPivotSubtotals value)

Parameters

value XLPivotSubtotals

Returns

IXLPivotTable

SetTitle(string)

IXLPivotTable SetTitle(string value)

Parameters

value string

Returns

IXLPivotTable

SetUseCustomListsForSorting()

IXLPivotTable SetUseCustomListsForSorting()

Returns

IXLPivotTable

SetUseCustomListsForSorting(bool)

IXLPivotTable SetUseCustomListsForSorting(bool value)

Parameters

value bool

Returns

IXLPivotTable