FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Dialogs Namespace / BuiltInDialogs Class / TableResize Method
The FarPoint.Win.Spread.FpSpread owner.


In This Topic
TableResize Method
In This Topic
Get a form used to resize a table whose range contains an active cell.
Syntax
'Declaration
 
Public Shared Function TableResize( _
   ByVal spread As FpSpread _
) As Form
 
'Usage
 
Dim spread As FpSpread
Dim value As Form
 
value = BuiltInDialogs.TableResize(spread)

Parameters

spread
The FarPoint.Win.Spread.FpSpread owner.
See Also