Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SpreadView Class / ContinueTableResizing Method
X-coordinate.
Y-coordinate.


In This Topic
ContinueTableResizing Method
In This Topic
Continues resizing the active TableView.
Syntax
'Declaration
 
Protected Sub ContinueTableResizing( _
   ByVal x As Integer, _
   ByVal y As Integer _
) 
 
'Usage
 
Dim instance As SpreadView
Dim x As Integer
Dim y As Integer
 
instance.ContinueTableResizing(x, y)

Parameters

x
X-coordinate.
y
Y-coordinate.
See Also