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


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

    Parameters

    worksheet
    See Also