Gets the cell at the specified coordinates, expressed relatively to the top/left of the control.
Namespace: com.mindfusion.spreadsheet
Package: com.mindfusion.spreadsheet
SyntaxJava
Copy Code
|
|---|
public Cell getCellAt ( |
The x-coordinates of the cell to get.
The y-coordinates of the cell to get.
A Cell object representing the cell at the specified location.
See Also