Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / WorksheetDrawing Class / PullRectangleInsideLayout Method
The GrapeCity.Drawing.Rectangle


In This Topic
    PullRectangleInsideLayout Method
    In This Topic
    Pull the GrapeCity.Drawing.Rectangle to fit inside the layout of sheetview.
    Syntax
    'Declaration
     
    
    Public Sub PullRectangleInsideLayout( _
       ByRef rect As Rectangle _
    ) 
    'Usage
     
    
    Dim instance As WorksheetDrawing
    Dim rect As Rectangle
     
    instance.PullRectangleInsideLayout(rect)
    public void PullRectangleInsideLayout( 
       ref Rectangle rect
    )

    Parameters

    rect
    The GrapeCity.Drawing.Rectangle
    See Also