Search
CellRangeCollection.get Method (String)
See Also
 






Gets a CellRange object that can be used to manipulate the data of the cells in the specified range.

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

 Syntax

Java  Copy Code

public CellRange get (
    String range
)

 Parameters

range

A string identifying the range to get, in the format 'A1:B2'.

 Return Value

A CellRange object that can be used to manipulate the cells in the range.

 See Also