Skip to content

Commit 95d5f5d

Browse files
committed
[update] work with spreadsheet guide
1 parent 7094e8e commit 95d5f5d

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

docs/working_with_ssheet.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -42,13 +42,6 @@ spreadsheet.deleteColumn("C1");
4242

4343
When a new column is added, neighboring columns are moved to the right.
4444

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-
5245
:::note
5346
You can delete several columns by providing a range of cells' ids as a parameter of the `deleteColumn()` method, e.g.: "A1:C3".
5447
:::

0 commit comments

Comments
 (0)