PivotItemGetDoubleValue Method |
Gets the double value of the pivot item
If the value is null or not number ,it will return 0
Namespace:
Aspose.Cells.Pivot
Assembly:
Aspose.Cells (in Aspose.Cells.dll) Version: 22.5.0.0 (22.5.0)
Syntaxpublic double GetDoubleValue()
Public Function GetDoubleValue As Double
public:
double GetDoubleValue()
member GetDoubleValue : unit -> float
Return Value
Type:
Double
See Also