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


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

    Parameters

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