[]
Gets a sheet with a specific tag.
public SheetView GetSheetFromTag(SheetView sheetToStart, object tagToFind)
Public Function GetSheetFromTag(sheetToStart As SheetView, tagToFind As Object) As SheetView
Type | Name | Description |
---|---|---|
SheetView | sheetToStart | Sheet from which to start (null to start from the beginning) |
object | tagToFind | Tag object used to identify the sheet |
Type | Description |
---|---|
SheetView |