Skip to main content
A newer version of this page is available. .

XlCustomPropertyValue.NumericValue Property

Returns a numeric value assigned to a custom document property.

Namespace: DevExpress.Export.Xl

Assembly: DevExpress.Printing.v20.2.Core.dll

NuGet Packages: DevExpress.Printing.Core, DevExpress.WindowsDesktop.Printing.Core

Declaration

public readonly double NumericValue { get; }

Property Value

Type Description
Double

A Double value that is the custom property value.

Remarks

Use the NumericValue property to obtain the numeric value contained in a custom document property. To check whether the custom property value is of the numeric type, use the XlCustomPropertyValue.Type property.

See Also