Spread Windows Forms 12.0 Product Documentation
ModifyKey(Reference) Method


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > ISortField Interface > ModifyKey Method : ModifyKey(Reference) Method
Specifies the key to be modified. key refers to worksheet range.
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

Reference

ISortField Interface
ISortField Members
Overload List