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






Gets the cell at the specified position.

Namespace: MindFusion.Diagramming.Lanes
Assembly: 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

row

 Property Value

 See Also