Commit 29065301 authored by GoshaZotov's avatar GoshaZotov Committed by Alexander.Trofimov

change function af_deleteCellsInTable(add DeleteTable case)

parent 7f61cc3e
...@@ -54,7 +54,8 @@ var c_oAscDeleteOptions = { ...@@ -54,7 +54,8 @@ var c_oAscDeleteOptions = {
DeleteCellsAndShiftLeft: 1, DeleteCellsAndShiftLeft: 1,
DeleteCellsAndShiftTop: 2, DeleteCellsAndShiftTop: 2,
DeleteColumns: 3, DeleteColumns: 3,
DeleteRows: 4 DeleteRows: 4,
DeleteTable: 5
}; };
var c_oAscBorderOptions = { var c_oAscBorderOptions = {
......
...@@ -12915,6 +12915,11 @@ ...@@ -12915,6 +12915,11 @@
val = c_oAscInsertOptions.DeleteCellsAndShiftTop; val = c_oAscInsertOptions.DeleteCellsAndShiftTop;
break; break;
} }
case c_oAscInsertOptions.DeleteTable:
{
t.model.autoFilters.isEmptyAutoFilters(tablePart.Ref);
break;
}
} }
if(newActiveRange !== null) if(newActiveRange !== null)
......
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