Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / IExcelXml Interface / ExcelSetVisible Method
Sheet index
Whether sheet is visible


In This Topic
    ExcelSetVisible Method (IExcelXml)
    In This Topic
    Sets the Excel XML sheet visibility.
    Syntax
    'Declaration
     
    
    Function ExcelSetVisible( _
       ByVal sheet As Short, _
       ByVal isSheetVisible As Boolean _
    ) As Boolean
    'Usage
     
    
    Dim instance As IExcelXml
    Dim sheet As Short
    Dim isSheetVisible As Boolean
    Dim value As Boolean
     
    value = instance.ExcelSetVisible(sheet, isSheetVisible)
    bool ExcelSetVisible( 
       short sheet,
       bool isSheetVisible
    )

    Parameters

    sheet
    Sheet index
    isSheetVisible
    Whether sheet is visible
    See Also