MindFusion.Wpf Pack Programmer's Guide
Grid.GetCellRow Method
See Also
 





Returns the row index of the specified cell.

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

 Syntax

C#  Copy Code

public int GetCellRow (
    ICell cell
)

Visual Basic  Copy Code

Public Function GetCellRow( _
    cell As ICell _
) As Integer

 Parameters

cell
An ICell object representing a single cell in the grid.

 Return Value

The index of the row that contains cell; -1 if cell is not found or refers to a group of cells.

 See Also

Grid Members
Grid Class
MindFusion.Diagramming.Wpf.Lanes Namespace