Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetView Class / GetChart Method


In This Topic
    GetChart Method (SheetView)
    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)
    public SpreadChart GetChart( 
       int index
    )

    Parameters

    index
    See Also