ContinueFormulaCellRangeMoving Method
Continues moving the formula cell range.
protected void ContinueFormulaCellRangeMoving(
int ,
int
)
'Declaration
Protected Sub ContinueFormulaCellRangeMoving( _
ByVal As Integer, _
ByVal As Integer _
)
'Usage
Dim instance As SpreadView
Dim x As Integer
Dim y As Integer
instance.ContinueFormulaCellRangeMoving(x, y)
Parameters
- x
- The x value.
- y
- The y value.