Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / WorksheetView Class / GetSelections Method
If equal true , return the ranges that has been refined.


In This Topic
    GetSelections Method (WorksheetView)
    In This Topic
    Gets all selections.
    Syntax
    'Declaration
     
    
    Public Function GetSelections( _
       Optional ByVal requireAccessibleRefs As Boolean _
    ) As Reference()
    'Usage
     
    
    Dim instance As WorksheetView
    Dim requireAccessibleRefs As Boolean
    Dim value() As Reference
     
    value = instance.GetSelections(requireAccessibleRefs)
    public Reference[] GetSelections( 
       bool requireAccessibleRefs
    )

    Parameters

    requireAccessibleRefs
    If equal true , return the ranges that has been refined.

    Return Value

    The Reference array represents all selections.
    See Also