SSpread.IsCellSelected Method
| Explanation | Returns if the specified cell is currently selected. | |
| Call format | IsCellSelected(col, row) | |
| Return value | $TRUE if selected, $FALSE otherwise | |
| Arguments | col | Cell column number |
| rows | Cell row number | |
| Example of use | | |
| Exception | None | |