Gets the cell at the specified position.
Namespace: MindFusion.Diagramming.Lanes
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public ICell Item [ |
Visual Basic
Copy Code
|
|---|
Public ReadOnly Property Item( _ |
An integer value that represents the column of the cell to get.
An integer value that represents the index of the row to get.
An ICell instance representing the cell at the specified position.
See Also