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


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

    Parameters

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