SSpread.SetRowItemData Method
| Explanation | Set individual numerical data for each specified row. Use the GetRowItemData method to get individual numeric data for a row. This numeric data does not affect the behavior of the spreadsheet. It can be used for any purpose. | |
| Call format | SetRowItemData(row, value) | |
| Return value | None | |
| Arguments | row | Row number |
| value | Numerical data | |
| Exception | EXT-1 | The argument of SetRowItemData is invalid |
| EXT-28 | An error occurred in the SetRowItemData method | |
| Example of use | | |
| Related item | CellTag property GetColItemData, GetRowItemData, SetColItemData methods | |