Gets the cell at the specified coordinates, expressed relatively to the top/left of the control.
Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms
SyntaxC#
Copy Code
|
|---|
public Cell GetCellAt ( |
Visual Basic
Copy Code
|
|---|
Public Function 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, or null (Nothing in Visual Basic) if there is not cell at this location.
See Also