Skip to main content

XlValueObject.FromObject(Object) Method

Converts the specified object to a value object using the default converter.

Namespace: DevExpress.Export.Xl

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

NuGet Package: DevExpress.Printing.Core

Declaration

public static XlValueObject FromObject(
    object value
)

Parameters

Name Type Description
value Object

An object to be converted to a XlValueObject

Returns

Type Description
XlValueObject

A XlValueObject object. If the conversion cannot be performed, an InvalidCastException is thrown.

See Also