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

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.v19.2.Core.dll

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