'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