Skip to content

Commit e6a1b9d

Browse files
authored
docs(spreadsheet): Add get/set underline methods description
1 parent ccd4ccd commit e6a1b9d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

controls/spreadsheet/client-side-programming/objects/spreadsheetrange.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,8 @@ function getRange() {
7878
| **get_selections** |none|array of objects|Gets the selections in the range. (see **Example 12**)|
7979
| **get_textAlign** |none|string|Gets the text alignment of the cells in the range. Returns one of the following values: **left**, **center**, **right** and **justify**.|
8080
| **set_textAlign** |string|none|Sets the text alignment of the cells in the range. Accepts one of the following values: **left**, **center**, **right** and **justify**.|
81+
| **get_underline** |none|bool|Gets the underline state of the cells in the range.|
82+
| **set_underline** |bool|none|Sets the underline state of the cells in the range.|
8183
| **get_value** |none|string/int/Date|Gets the value of the cells.|
8284
| **set_value** |string/int/Date|none|Sets the value of the cells.|
8385
| **get_values** |none|array of arrays|Gets the values of the range cells.|

0 commit comments

Comments
 (0)