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

PivotGroupingValue.Implicit(Double to PivotGroupingValue) Operator

Implicitly converts a Double value to a PivotGroupingValue instance.

Namespace: DevExpress.Spreadsheet

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

Declaration

public static implicit operator PivotGroupingValue(double value)

Parameters

Name Type Description
value Double

A Double value to be converted to a PivotGroupingValue object.

Returns

Type Description
PivotGroupingValue

A PivotGroupingValue object that is the result of conversion.

See Also