Search
CellCollection.get Method (String)
See Also
 






Gets a Cell object that can be used to manipulate the data of the specified cell.

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

 Syntax

Java  Copy Code

public Cell get (
    String reference
)

 Parameters

reference

A string value representing a cell reference in the A1 or R1C1 format.

 Return Value

A Cell object that can be used to get or set the data of the cell.

 Remarks

If reference is not a valid cell reference, represents a cell range, or contains a sheet name other than that of the current worksheet, this property returns null.

 See Also