Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetView Class / GetChart Method


In This Topic
GetChart Method
In This Topic
Get chart at index.
Syntax
'Declaration
 
Public Function GetChart( _
   ByVal index As Integer _
) As SpreadChart
 
'Usage
 
Dim instance As SheetView
Dim index As Integer
Dim value As SpreadChart
 
value = instance.GetChart(index)

Parameters

index
See Also