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