'Declaration
Protected Sub ChangeVisible( _ ByVal value As SheetVisibility, _ ByVal allowHiddenAllSheet As Boolean, _ Optional ByVal notifyUI As Boolean _ )
'Usage
Dim instance As Worksheet Dim value As SheetVisibility Dim allowHiddenAllSheet As Boolean Dim notifyUI As Boolean instance.ChangeVisible(value, allowHiddenAllSheet, notifyUI)
protected void ChangeVisible( SheetVisibility value, bool allowHiddenAllSheet, bool notifyUI )
Parameters
- value
- value that determines whether the worksheet is visible
- allowHiddenAllSheet
- allow hidden all sheet
- notifyUI
- notify UI