SSpread.GetSelection Method
| Explanation | Returns one of the selected cell blocks on the spreadsheet. Gets the selected cell blocks if the user is allowed to select multiple cell blocks (if the AllowMultiBlocks property is $TRUE). The index of the cell block is specified in the argument index. Cell block indexes are assigned serial numbers starting from 0, starting with the largest block. The total number of selected cell blocks can be obtained with the SelectionCount property. Use the AddSelection method to add a selected cell block. | ||||||||||||||||
| Call format | GetSelection(index) | ||||||||||||||||
| Return value | Record object with the following child objects
| ||||||||||||||||
| Arguments | index | Cell block index number | |||||||||||||||
| Exception | None | ||||||||||||||||
| Example of use | | ||||||||||||||||
| Related item | AllowMultiBlocks, SelectionCount property AddSelection method | ||||||||||||||||