SSpread.GetRowItemData Method
| Explanation | Gets the individual numeric data set in the specified row. Use the SetRowItemData method to set 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 | GetRowItemData(row) | |
| Return value | Numerical data 0 is returned for rows that are not set. | |
| Arguments | row | Row number |
| Exception | None | |
| Example of use | | |
| Related item | CellTag property GetColItemData, SetColItemData, SetRowItemData methods | |