Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SpreadView Class / ContinueFormulaCellRangeResizing Method
The x value.
The y value.


In This Topic
ContinueFormulaCellRangeResizing Method
In This Topic
Continues the formula cell range resizing.
Syntax
'Declaration
 
Protected Sub ContinueFormulaCellRangeResizing( _
   ByVal x As Integer, _
   ByVal y As Integer _
) 
 
'Usage
 
Dim instance As SpreadView
Dim x As Integer
Dim y As Integer
 
instance.ContinueFormulaCellRangeResizing(x, y)

Parameters

x
The x value.
y
The y value.
See Also