Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / Worksheet Class / GetAppliedRange Method
The selection to execute an UI command.


In This Topic
    GetAppliedRange Method (Worksheet)
    In This Topic
    Refines the selection which is used to execute an UI command.
    Syntax
    'Declaration
     
    
    Public Function GetAppliedRange( _
       Optional ByVal references() As Reference _
    ) As Reference()
    'Usage
     
    
    Dim instance As Worksheet
    Dim references() As Reference
    Dim value() As Reference
     
    value = instance.GetAppliedRange(references)
    public Reference[] GetAppliedRange( 
       Reference[] references
    )

    Parameters

    references
    The selection to execute an UI command.
    See Also