Search
CellCollection.get Method (Int32, Int32)
See Also
 






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

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

 Syntax

Java  Copy Code

public Cell get (
    int column,
    int row
)

 Parameters

column

The zero-based index of the cell column.

row

The zero-based index of the cell row.

 Return Value

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

 See Also