Spread for ASP.NET 12 Product Documentation
GetRowFromTag Method


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > SheetView Class : GetRowFromTag Method
Row object in Rows collection from which to start (pass null to start from beginning)
Tag object to identify the Row you are looking for
Gets a row on this sheet with a specific tag.
Syntax
'Declaration
 
Public Function GetRowFromTag( _
   ByVal rowToStart As Row, _
   ByVal tagToFind As Object _
) As Row
'Usage
 
Dim instance As SheetView
Dim rowToStart As Row
Dim tagToFind As Object
Dim value As Row
 
value = instance.GetRowFromTag(rowToStart, tagToFind)
public Row GetRowFromTag( 
   Row rowToStart,
   object tagToFind
)

Parameters

rowToStart
Row object in Rows collection from which to start (pass null to start from beginning)
tagToFind
Tag object to identify the Row you are looking for
See Also

Reference

SheetView Class
SheetView Members