Search
WorkbookView.getCellAt Method (Int32, Int32)
See Also
 






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

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

 Syntax

Java  Copy Code

public Cell getCellAt (
    int x,
    int y
)

 Parameters

x

The x-coordinates of the cell to get.

y

The y-coordinates of the cell to get.

 Return Value

A Cell object representing the cell at the specified location.

 See Also