Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpSpread Class / ShowShape Method
The Shape.
The row pane index.
The column pane index


In This Topic
    ShowShape Method
    In This Topic
    Displays the shape fully inside the viewport.
    Syntax
    'Declaration
     
    
    Public Sub ShowShape( _
       ByVal shape As IShape, _
       ByVal rowPane As Integer, _
       ByVal columnPane As Integer _
    ) 
    'Usage
     
    
    Dim instance As FpSpread
    Dim shape As IShape
    Dim rowPane As Integer
    Dim columnPane As Integer
     
    instance.ShowShape(shape, rowPane, columnPane)
    public void ShowShape( 
       IShape shape,
       int rowPane,
       int columnPane
    )

    Parameters

    shape
    The Shape.
    rowPane
    The row pane index.
    columnPane
    The column pane index
    See Also