[]
Modify the key value by which values are sorted in the field.
void ModifyKey(IRange key)
Sub ModifyKey(key As IRange)
| Type | Name | Description |
|---|---|---|
| IRange | key | Specifies the key to be modified. |
Modify the key value by which values are sorted in the field.
void ModifyKey(Reference key)
Sub ModifyKey(key As Reference)
| Type | Name | Description |
|---|---|---|
| Reference | key | Specifies the key to be modified. |
Modify the key value by which values are sorted in the field.
void ModifyKey(string key)
Sub ModifyKey(key As String)
| Type | Name | Description |
|---|---|---|
| string | key | Specifies the key to be modified. |
Modify the key value by which values are sorted in the field.
void ModifyKey(int key)
Sub ModifyKey(key As Integer)
| Type | Name | Description |
|---|---|---|
| int | key | Specifies the key to be modified. |