Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / DrawingObject Class / FindChartShape Method


In This Topic
    FindChartShape Method
    In This Topic
    Find the nearest Shape that contains a GrapeCity.Spreadsheet.Charts.ChartObject.
    Syntax
    'Declaration
     
    
    Public Function FindChartShape() As Shape
    'Usage
     
    
    Dim instance As DrawingObject
    Dim value As Shape
     
    value = instance.FindChartShape()
    public Shape FindChartShape()
    See Also