Spread Silverlight Documentation
Selections Property (IExcelWorksheet)


GrapeCity.Excel Namespace > IExcelWorksheet Interface : Selections Property
Gets the selection information.
Syntax
'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;}

Property Value

A collection of ISelectionRange represents the selection information
See Also

Reference

IExcelWorksheet Interface
IExcelWorksheet Members