Skip to main content

XlFormatting.CopyObject<T>(T) Method

This member supports the internal infrastructure and is not intended to be used directly from your code.

Namespace: DevExpress.Export.Xl

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

NuGet Package: DevExpress.Printing.Core

Declaration

public static T CopyObject<T>(
    T other
)
    where T : class, ISupportsCopyFrom<T>, new()

Parameters

Name Type
other T

Type Parameters

Name
T

Returns

Type
T
See Also