[]
        
(Showing Draft Content)

FarPoint.Win.Spread.SheetView.GetRowFromTag

GetRowFromTag Method

GetRowFromTag(Row, object)

Gets a row on this sheet with a specific tag.

Declaration
public Row GetRowFromTag(Row rowToStart, object tagToFind)
Public Function GetRowFromTag(rowToStart As Row, tagToFind As Object) As Row
Parameters
Type Name Description
Row rowToStart

Row object in Rows collection from which to start (use null to start from beginning)

object tagToFind

Tag object to identify the Row you are looking for

Returns
Type Description
Row