Commit f1e4be3b authored by GoshaZotov's avatar GoshaZotov

change function af_deleteCellsInTable(add DeleteTable case)

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