Spread for ASP.NET 10 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 10, Windows Vista, Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP Professional

See Also

Reference

DefaultSparklineContainer Class
DefaultSparklineContainer Members

 

 


Copyright © GrapeCity, inc. All rights reserved.