Search
Selection.getRange Method
See Also
 






Gets a CellRange object representing the selected range of cells, or null, if the selection is empty.

Namespace: com.mindfusion.spreadsheet
Package: com.mindfusion.spreadsheet

 Syntax

Java  Copy Code

public CellRange getRange ()

 Return Value

 Remarks

If there is more than one selected cell range, this property returns the first range.

 See Also