SSpread.SetText Method
| Explanation | Sets the text in the specified cell. This is the same function as setting the value with the Text property. Use the SetFloat and SetInteger methods to set the cell value as a number. | |
| Call format | SetText(col, row, text) | |
| Return value | None | |
| Arguments | col | Cell column number |
| row | Cell row number | |
| text | Text to set | |
| Exception | EXT-28 | An error occurred in the SetText method |
| Example of use | | |
| Related item | Text, Value properties GetText, SetFloat, SetInteger methods | |