Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetView Class / GetRowFromTag Method
Row object in Rows collection from which to start (use null to start from beginning)
Tag object to identify the Row you are looking for


In This Topic
GetRowFromTag Method
In This Topic
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)

Parameters

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