Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / ISortField Interface / ModifyKey Method / ModifyKey(IRange) Method
Specifies the key to be modified. key refers to worksheet range.


In This Topic
    ModifyKey(IRange) Method
    In This Topic
    Modify the key value by which values are sorted in the field.
    Syntax
    'Declaration
     
    
    Overloads Sub ModifyKey( _
       ByVal key As IRange _
    ) 
    'Usage
     
    
    Dim instance As ISortField
    Dim key As IRange
     
    instance.ModifyKey(key)
    void ModifyKey( 
       IRange key
    )

    Parameters

    key
    Specifies the key to be modified. key refers to worksheet range.
    See Also