Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / ISortField Interface / ModifyKey Method / ModifyKey(String) Method
Specifies the key to be modified. key refers to worksheet range.


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

Parameters

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