Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+
Row

PivotGroupingValue(Double) Constructor

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

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v19.1.Core.dll

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