You can create or remove selections.
This example creates and removes selections.
JavaScript |
Copy Code
|
---|---|
window.onload = function(){ activeSheet.setColumnCount(5); $("#button1").click(function(){ $("#button2").click(function(){ |