Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / WorksheetDrawing Class / FindShape(String,Boolean) Method
The name of shape.


In This Topic
    FindShape(String,Boolean) Method
    In This Topic
    Find the shape by name
    Syntax
    'Declaration
     
    
    Public Function FindShape( _
       ByVal name As String, _
       Optional ByVal includeChart As Boolean _
    ) As Shape
    'Usage
     
    
    Dim instance As WorksheetDrawing
    Dim name As String
    Dim includeChart As Boolean
    Dim value As Shape
     
    value = instance.FindShape(name, includeChart)
    public Shape FindShape( 
       string name,
       bool includeChart
    )

    Parameters

    name
    The name of shape.
    includeChart
    See Also