'Declaration
Protected Overridable Sub AfterVisibleChanged( _ ByVal oldValue As SheetVisibility, _ ByVal value As SheetVisibility, _ ByVal allowHiddenAllSheet As Boolean, _ Optional ByVal notifyUI As Boolean _ )
'Usage
Dim instance As Worksheet Dim oldValue As SheetVisibility Dim value As SheetVisibility Dim allowHiddenAllSheet As Boolean Dim notifyUI As Boolean instance.AfterVisibleChanged(oldValue, value, allowHiddenAllSheet, notifyUI)
protected virtual void AfterVisibleChanged( SheetVisibility oldValue, SheetVisibility value, bool allowHiddenAllSheet, bool notifyUI )
Parameters
- oldValue
- value indicates old the worksheet visibility
- value
- value that determines whether the worksheet is visible
- allowHiddenAllSheet
- allow hidden all sheet
- notifyUI
- Notify UI