Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / DrawingObject Class / FindChartShape Method
Indicates that the current object also need checked.


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

    Parameters

    includeCurrentObj
    Indicates that the current object also need checked.
    See Also