[]
        
(Showing Draft Content)

GrapeCity.Spreadsheet.ISortField.ModifyKey

ModifyKey Method

ModifyKey(IRange)

Modify the key value by which values are sorted in the field.

Declaration
void ModifyKey(IRange key)
Sub ModifyKey(key As IRange)
Parameters
Type Name Description
IRange key

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

ModifyKey(Reference)

Modify the key value by which values are sorted in the field.

Declaration
void ModifyKey(Reference key)
Sub ModifyKey(key As Reference)
Parameters
Type Name Description
Reference key

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

ModifyKey(string)

Modify the key value by which values are sorted in the field.

Declaration
void ModifyKey(string key)
Sub ModifyKey(key As String)
Parameters
Type Name Description
string key

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

ModifyKey(int)

Modify the key value by which values are sorted in the field.

Declaration
void ModifyKey(int key)
Sub ModifyKey(key As Integer)
Parameters
Type Name Description
int key

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