Commit 7e8ca4cd authored by Alexander.Trofimov's avatar Alexander.Trofimov

add deleted FormatTableChangeRange

parent 2de7dec9
...@@ -79,7 +79,7 @@ var c_oAscDeleteOptions = { ...@@ -79,7 +79,7 @@ var c_oAscDeleteOptions = {
DeleteCellsAndShiftLeft: 1, DeleteCellsAndShiftLeft: 1,
DeleteCellsAndShiftTop: 2, DeleteCellsAndShiftTop: 2,
DeleteColumns: 3, DeleteColumns: 3,
DeleteRows: 4, DeleteRows: 4,
DeleteTable: 5 DeleteTable: 5
}; };
...@@ -127,7 +127,8 @@ var c_oAscSelectionDialogType = { ...@@ -127,7 +127,8 @@ var c_oAscSelectionDialogType = {
None: 0, None: 0,
FormatTable: 1, FormatTable: 1,
Chart: 2, Chart: 2,
DefinedName: 3 DefinedName: 3,
FormatTableChangeRange: 4
}; };
var c_oAscGraphicOption = { var c_oAscGraphicOption = {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment