Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.UI Namespace / UIHelper Class / GetExecutionSelections Method


In This Topic
    GetExecutionSelections Method
    In This Topic
    Gets the selection(s) which is input range of the command.
    Syntax
    'Declaration
     
    
    Public Shared Function GetExecutionSelections( _
       ByVal worksheet As IWorksheet _
    ) As Reference()
    'Usage
     
    
    Dim worksheet As IWorksheet
    Dim value() As Reference
     
    value = UIHelper.GetExecutionSelections(worksheet)
    public static Reference[] GetExecutionSelections( 
       IWorksheet worksheet
    )

    Parameters

    worksheet
    See Also