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






Gets the cell or the cluster of cells corresponding to the specified row and column.

Namespace: MindFusion.Diagramming.Lanes
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

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

Visual Basic  Copy Code

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

 Parameters

column

row

 Property Value

 See Also