There was an error while loading. Please reload this page.
2 parents 882bd73 + 233ca2c commit af0af4dCopy full SHA for af0af4d
docs/classes/google-spreadsheet-row.md
@@ -76,14 +76,14 @@ await row.save(); // cell will now contain the value from cell A1
76
77
## Methods
78
79
-#### `get(key)` (async) :id=fn-get
+#### `get(key)` :id=fn-get
80
> Get value of specific cell using header key
81
82
Param|Type|Required|Description
83
---|---|---|---
84
`key`|String|-|header value
85
86
-#### `set(key, value)` (async) :id=fn-set
+#### `set(key, value)` :id=fn-set
87
88
89
0 commit comments