Spread Windows Forms 8.0 Product Documentation
CopyTo Method (DefaultSparklineContainer)


The array.
Index of the array.
Copies all child sparkline groups to the specified array.
Syntax
'Declaration
 
Public Sub CopyTo( _
   ByVal array() As ISparklineGroup, _
   ByVal arrayIndex As Integer _
) 
'Usage
 
Dim instance As DefaultSparklineContainer
Dim array() As ISparklineGroup
Dim arrayIndex As Integer
 
instance.CopyTo(array, arrayIndex)
public void CopyTo( 
   ISparklineGroup[] array,
   int arrayIndex
)

Parameters

array
The array.
arrayIndex
Index of the array.
Requirements

Target Platforms: Windows 2000 Professional (SP4), Windows 2000 Server, Windows 2003 Server (SP1), Windows 2008, Windows XP (SP2), Windows Vista, Windows 7, Windows 8

See Also

Reference

DefaultSparklineContainer Class
DefaultSparklineContainer Members

 

 


Copyright © GrapeCity, inc. All rights reserved.