Spread for ASP.NET 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 7, Windows 8, Windows Vista, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6

See Also

Reference

DefaultSparklineContainer Class
DefaultSparklineContainer Members

 

 


Copyright © GrapeCity, inc. All rights reserved.