Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / TableUtils Class / ShowTableResizeForm Method
The parent of this form.
Spread to add new table to.


In This Topic
    ShowTableResizeForm Method
    In This Topic
    Shows a form used to resize a table whose range contains an active cell.
    Syntax
    'Declaration
     
    
    Public Shared Function ShowTableResizeForm( _
       ByVal parentForm As Form, _
       ByVal spread As FpSpread _
    ) As Form
    'Usage
     
    
    Dim parentForm As Form
    Dim spread As FpSpread
    Dim value As Form
     
    value = TableUtils.ShowTableResizeForm(parentForm, spread)
    public static Form ShowTableResizeForm( 
       Form parentForm,
       FpSpread spread
    )

    Parameters

    parentForm
    The parent of this form.
    spread
    Spread to add new table to.

    Return Value

    See Also