Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpSpread Class / GetSheet Method


In This Topic
    GetSheet Method
    In This Topic
    Gets sheetview at index.
    Syntax
    'Declaration
     
    
    Public Function GetSheet( _
       ByVal index As Integer _
    ) As SheetView
    'Usage
     
    
    Dim instance As FpSpread
    Dim index As Integer
    Dim value As SheetView
     
    value = instance.GetSheet(index)
    public SheetView GetSheet( 
       int index
    )

    Parameters

    index
    See Also