We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7094e8e commit 95d5f5dCopy full SHA for 95d5f5d
docs/working_with_ssheet.md
@@ -42,13 +42,6 @@ spreadsheet.deleteColumn("C1");
42
43
When a new column is added, neighboring columns are moved to the right.
44
45
-To delete several adjacent columns, pass the range of cells' ids that contain the ids of the columns that should be deleted. For example:
46
-
47
-~~~jsx
48
-// removes the "A" and "B" columns
49
-spreadsheet.deleteColumn("A1:B1");
50
-~~~
51
52
:::note
53
You can delete several columns by providing a range of cells' ids as a parameter of the `deleteColumn()` method, e.g.: "A1:C3".
54
:::
0 commit comments