[]
        
(Showing Draft Content)

FarPoint.Win.Spread.FpSpread.GetSheetFromTag

GetSheetFromTag Method

GetSheetFromTag(SheetView, object)

Gets a sheet with a specific tag.

Declaration
public SheetView GetSheetFromTag(SheetView sheetToStart, object tagToFind)
Public Function GetSheetFromTag(sheetToStart As SheetView, tagToFind As Object) As SheetView
Parameters
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

Returns
Type Description
SheetView