CopyTo

Outlines.CopyTo method

Copies the outline entries to an System.Array, starting at a particular System.Array index.

public abstract void CopyTo(OutlineItemCollection[] array, int arrayIndex)
Parameter Type Description
array OutlineItemCollection[] The one-dimensional System.Array that is the destination. Must have zero-based indexing.
arrayIndex Int32 The zero-based index in array at which copying begins.

See Also