Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpSpread Class / GetSheetFromTag Method
Sheet from which to start (null to start from the beginning)
Tag object used to identify the sheet


In This Topic
    GetSheetFromTag Method
    In This Topic
    Gets a sheet with a specific tag.
    Syntax
    '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
    See Also