[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.Dialogs.BuiltInDialogs.PivotValueFieldSettings

PivotValueFieldSettings Method

PivotValueFieldSettings(GcSpreadSheet, IPivotField, bool)

Gets dialog that allows to customize the value field settings of the specified IPivotTable object.

Declaration
public static IDialog PivotValueFieldSettings(GcSpreadSheet spread, IPivotField field, bool activeFirstTab = true)
Public Shared Function PivotValueFieldSettings(spread As GcSpreadSheet, field As IPivotField, Optional activeFirstTab As Boolean = True) As IDialog
Parameters
Type Name Description
GcSpreadSheet spread

The GcSpreadSheet owner.

IPivotField field

A IPivotField object represents the value field settings dialog.

bool activeFirstTab

true activate the "Summarize Values By" tab ; otherwise, false activate the "Show Values As" tab

Returns
Type Description
IDialog