Spread Silverlight Documentation
Selections Property (ExcelWorksheet)


GrapeCity.Excel Namespace > ExcelWorksheet Class : Selections Property
Gets the selection information.
Syntax
'Declaration
 
Public ReadOnly Property Selections As System.Collections.Generic.List(Of ISelectionRange)
'Usage
 
Dim instance As ExcelWorksheet
Dim value As System.Collections.Generic.List(Of ISelectionRange)
 
value = instance.Selections
public System.Collections.Generic.List<ISelectionRange> Selections {get;}

Property Value

A collection of ISelectionRange represents the selection information
See Also

Reference

ExcelWorksheet Class
ExcelWorksheet Members