'Declaration Public ReadOnly Property Selections As System.Collections.ObjectModel.ReadOnlyCollection(Of CellRange)
'Usage Dim instance As Worksheet Dim value As System.Collections.ObjectModel.ReadOnlyCollection(Of CellRange) value = instance.Selections
public System.Collections.ObjectModel.ReadOnlyCollection<CellRange> Selections {get;}