[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.Dialogs.BuiltInDialogs.PivotTableOptions

PivotTableOptions Method

PivotTableOptions(GcSpreadSheet, IPivotTable)

Gets dialog that allows to changes options of the specified IPivotTable object.

Declaration
public static IDialog PivotTableOptions(GcSpreadSheet spread, IPivotTable pivotTable)
Public Shared Function PivotTableOptions(spread As GcSpreadSheet, pivotTable As IPivotTable) As IDialog
Parameters
Type Name Description
GcSpreadSheet spread

The GcSpreadSheet control to work with.

IPivotTable pivotTable

The IPivotTable object

Returns
Type Description
IDialog