Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / IOptimizedExcel2 Interface / GetSheetView Method


In This Topic
    GetSheetView Method (IOptimizedExcel2)
    In This Topic
    Syntax
    'Declaration
     
    
    Function GetSheetView( _
       ByVal sheetIndex As Short _
    ) As Object
    'Usage
     
    
    Dim instance As IOptimizedExcel2
    Dim sheetIndex As Short
    Dim value As Object
     
    value = instance.GetSheetView(sheetIndex)
    object GetSheetView( 
       short sheetIndex
    )

    Parameters

    sheetIndex
    See Also