[]
        
(Showing Draft Content)

FarPoint.Win.Spread.Dialogs.BuiltInDialogs.PivotValueFieldSettings

PivotValueFieldSettings Method

PivotValueFieldSettings(FpSpread, IPivotField, bool)

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

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

The FpSpread 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
Form