Returns or sets the view for an explorer.
Read/write String.
Syntax
objExplorer.CurrentView
objExplorer Required. An expression that returns an Explorer object.
Remarks
When this property is set, two events occur: BeforeViewSwitch occurs before the actual view change takes place and can be used to cancel the change; ViewSwitch takes place after the change is effective.