Search
CellCollection.get Method (CellIndex)
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 (
    CellIndex index
)

 Parameters

index

A CellIndex value representing cell's position.

 Return Value

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

 Remarks

If index is not a valid cell address, this property returns null.

 See Also