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





Finds the first row whose header caption matches the specified string.

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

 Syntax

C#  Copy Code

public Header FindRow (
    string title
)

Visual Basic  Copy Code

Public Function FindRow( _
    title As String _
) As Header

 Parameters

title

A string containing the header title to look for.

 Return Value

Returns the first row Header that has the specified caption.

 See Also

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