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


In This Topic
    PerformSheetView Method (IOptimizedExcel2)
    In This Topic
    Syntax
    'Declaration
     
    
    Sub PerformSheetView( _
       ByVal sheetIndex As Short _
    ) 
    'Usage
     
    
    Dim instance As IOptimizedExcel2
    Dim sheetIndex As Short
     
    instance.PerformSheetView(sheetIndex)
    void PerformSheetView( 
       short sheetIndex
    )

    Parameters

    sheetIndex
    See Also