Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / WorksheetDrawing Class / GetChartContainer Method


In This Topic
    GetChartContainer Method
    In This Topic
    Get the selected chart.
    Syntax
    'Declaration
     
    
    Public Function GetChartContainer() As Shape
    'Usage
     
    
    Dim instance As WorksheetDrawing
    Dim value As Shape
     
    value = instance.GetChartContainer()
    public Shape GetChartContainer()
    See Also