'Declaration ReadOnly Property Selections As System.Collections.Generic.List(Of ISelectionRange)
'Usage Dim instance As IExcelWorksheet Dim value As System.Collections.Generic.List(Of ISelectionRange) value = instance.Selections
System.Collections.Generic.List<ISelectionRange> Selections {get;}