[]
Gets a row on this sheet with a specific tag.
public Row GetRowFromTag(Row rowToStart, object tagToFind)
Public Function GetRowFromTag(rowToStart As Row, tagToFind As Object) As Row
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 |
Type | Description |
---|---|
Row |