CopyTo Method (TrendLinesCollection)
In This Topic
Copies the collection of TrendLines beginning with the specified index to the specified array of TrendLinesCollection objects.
Syntax
'Declaration
Public Sub CopyTo( _
ByVal () As TrendLine, _
ByVal As System.Integer _
)
public void CopyTo(
TrendLine[] ,
System.int
)
Parameters
- array
- Array.
- index
- Index.
See Also