'Declaration
Public Function New( _
ByVal As FpSpread, _
ByVal As SheetView, _
ByVal As TableView, _
ByVal As Integer, _
ByVal newColumnCount As Integer _
)
'使用法
Dim fpSpread As FpSpread
Dim sheetView As SheetView
Dim tableView As TableView
Dim newRowCount As Integer
Dim newColumnCount As Integer
Dim instance As New TableResizeUndoAction(fpSpread, sheetView, tableView, newRowCount, newColumnCount)