LinkCollection.CopyFrom(ArrayList) Method
Copies the elements of a Link from a compatible one-dimensional collection.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Printing.v24.2.Core.dll
Declaration
Parameters
Name | Type | Description |
---|---|---|
array | ArrayList | An ArrayList object which the links will be copied from. |
See Also