Returns the row and column indices of the cell located at the specified point, taking into consideration the cells span.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
C# Copy Code |
---|
public bool CellFromPoint ( |
Visual Basic Copy Code |
---|
Public Function CellFromPoint( _ |
The point to check.
Receives the row index if a cell is found at the specified position.
Receives the column index if a cell is found at the specified position.
true if a cell of this table contains the specified point; otherwise, false.
Diagramming for .NET MAUI Guide | © 2024 MindFusion |