Skip to main content
Row

PivotGroupingValue(Double) Constructor

Initializes a new instance of the class with the specified number.

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v23.2.Core.dll

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

public PivotGroupingValue(
    double value
)

Parameters

Name Type Description
value Double

A Double number to convert to the PivotGroupingValue instance.

Remarks

Converts a number to the PivotGroupingValue instance. The number is assigned to the PivotGroupingValue.NumericValue property.

See Also