'Declaration
Protected Sub ContinueFormulaCellRangeMoving( _
ByVal As Integer, _
ByVal As Integer _
)
'使用法
Dim instance As SpreadView
Dim x As Integer
Dim y As Integer
instance.ContinueFormulaCellRangeMoving(x, y)
protected void ContinueFormulaCellRangeMoving(
int ,
int
)