'Declaration Public Function GetSheetFromTag( _ ByVal sheetToStart As SheetView, _ ByVal tagToFind As Object _ ) As SheetView
'Usage Dim instance As FpSpread Dim sheetToStart As SheetView Dim tagToFind As Object Dim value As SheetView value = instance.GetSheetFromTag(sheetToStart, tagToFind)
public SheetView GetSheetFromTag( SheetView sheetToStart, object tagToFind )
Parameters
- sheetToStart
- Sheet from which to start (null to start from the beginning)
- tagToFind
- Tag object used to identify the sheet
Return Value
SheetView object containing the sheet with the specified tag