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