ASP.NET Pack Programmer's Guide
Grid.FindRow Method
See Also
 





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

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

 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.Lanes Namespace
FindColumn Method