Search
WorksheetView.getCellAt Method (Measure, Measure)
See Also
 






Gets the cell at the specified coordinates, expressed relatively to the top/left of the worksheet.

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

 Syntax

Java  Copy Code

public Cell getCellAt (
    Measure x,
    Measure y
)

 Parameters

x

The x-coordinate of the cell to get.

y

The x-coordinate of the cell to get.

 Return Value

A Cell object representing the cell at the specified location.

 See Also