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