Search
Grid.Item Property (Int32, Int32)
See Also
 





Gets the cell at the specified position.

Namespace: MindFusion.Diagramming.Lanes
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public ICell Item [
    int column,
    int row
] { get; }

Visual Basic  Copy Code

Public ReadOnly Property Item( _
    column As Integer, _
    row As Integer _
) As ICell

 Parameters

column
An integer value that represents the column of the cell to get.
row
An integer value that represents the index of the row to get.

 Property Value

An ICell instance representing the cell at the specified position.

 See Also