'Declaration
<System.ComponentModel.BrowsableAttribute(False)> Public Property ActiveSheet As ISheet
'Usage
Dim instance As WorkbookView Dim value As ISheet instance.ActiveSheet = value value = instance.ActiveSheet
[System.ComponentModel.Browsable(false)] public ISheet ActiveSheet {get; set;}
public read-write property ActiveSheet: ISheet;
System.ComponentModel.BrowsableAttribute() public function get,set ActiveSheet : ISheet