Spread WPF 17
GrapeCity.Excel Namespace / IExcelWorksheet Interface / Selections Property


In This Topic
    Selections Property (IExcelWorksheet)
    In This Topic
    Gets the selection information.
    Syntax
    'Declaration
     
    ReadOnly Property Selections As List(Of ISelectionRange)
    'Usage
     
    Dim instance As IExcelWorksheet
    Dim value As List(Of ISelectionRange)
     
    value = instance.Selections
    List<ISelectionRange> Selections {get;}

    Property Value

    A collection of ISelectionRange represents the selection information
    See Also