Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetView Class / GetShape Method
Name of shape


In This Topic
    GetShape Method (SheetView)
    In This Topic
    Gets a shape.
    Syntax
    'Declaration
     
    
    Public Overridable Function GetShape( _
       ByVal name As String _
    ) As PSShape
    'Usage
     
    
    Dim instance As SheetView
    Dim name As String
    Dim value As PSShape
     
    value = instance.GetShape(name)
    public virtual PSShape GetShape( 
       string name
    )

    Parameters

    name
    Name of shape
    See Also