ContinueFormulaCellRangeResizing Method
Continues the formula cell range resizing.
protected void ContinueFormulaCellRangeResizing(
int ,
int
)
'Declaration
Protected Sub ContinueFormulaCellRangeResizing( _
ByVal As Integer, _
ByVal 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.