XlValueObject.FromObject(Object) Method
Converts the specified object to a value object using the default converter.
Namespace: DevExpress.Export.Xl
Assembly: DevExpress.Printing.v24.1.Core.dll
NuGet Package: DevExpress.Printing.Core
Declaration
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