Click or drag to resize

OleObjectProperties CopyTo Method

Copies all property-value pairs to the specified array.

Namespace: Spire.Presentation.Collections
Assembly: Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public void CopyTo(
	Array array,
	int index
)

Parameters

array
Type: System Array
The target array.
index
Type: System Int32
Index in the target array.

Implements

ICollection CopyTo(Array, Int32)
See Also