Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / WorksheetDrawing Class / FindShape(String) Method


In This Topic
    FindShape(String) Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Function FindShape( _
       ByVal name As String _
    ) As Shape
    'Usage
     
    
    Dim instance As WorksheetDrawing
    Dim name As String
    Dim value As Shape
     
    value = instance.FindShape(name)
    public Shape FindShape( 
       string name
    )

    Parameters

    name
    See Also