Spread Windows Forms 6.0 Product Documentation
CopyTo Method
See Also  Support Options
FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > DefaultSparklineContainer Class : CopyTo Method


array
The array.
arrayIndex
Index of the array.

Glossary Item Box

Copies all child sparkline group to the specified array.

Syntax

Visual Basic (Declaration) 
Public Sub CopyTo( _
   ByVal array() As ISparklineGroup, _
   ByVal arrayIndex As Integer _
) 
Visual Basic (Usage)Copy Code
Dim instance As DefaultSparklineContainer
Dim array() As ISparklineGroup
Dim arrayIndex As Integer
 
instance.CopyTo(array, arrayIndex)
C# 
public void CopyTo( 
   ISparklineGroup[] array,
   int arrayIndex
)

Parameters

array
The array.
arrayIndex
Index of the array.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

© 2002-2012 ComponentOne, a division of GrapeCity. All Rights Reserved.