Window.ActiveSheetView Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns an object that represents the view of the active sheet in the specified window. Read-only.
public:
property System::Object ^ ActiveSheetView { System::Object ^ get(); };
public object ActiveSheetView { get; }
Public ReadOnly Property ActiveSheetView As Object