Skip to content

Latest commit

 

History

History
35 lines (26 loc) · 1.32 KB

sortkey-cell-hyperlinks-section.md

File metadata and controls

35 lines (26 loc) · 1.32 KB
title manager ms.date ms.audience ms.topic f1_keywords ms.localizationpriority ms.assetid description
SortKey Cell (Hyperlinks Section)
lindalu
03/09/2015
Developer
reference
vis_sdr.chm60086
medium
93d7b00c-bd34-6b4e-44fe-afeb8aa9a294
A number that determines the order of hyperlinks that appear on a shortcut menu.

SortKey Cell (Hyperlinks Section)

A number that determines the order of hyperlinks that appear on a shortcut menu.

Remarks

The hyperlinks on a shortcut menu appear on the menu sorted from lowest to highest, with lower numbers appearing at the top of the menu. If two hyperlink rows have the same SortKey cell value, the order is determined by physical row order. The default is 0 (zero).

To get a reference to the SortKey cell by name from another formula, or from a program using the CellsU property, use:

Value
Cell name:
Hyperlink. name .SortKey where Hyperlink .name is the row name.

To get a reference to the SortKey cell by index from a program, use the CellsSRC property with the following arguments:

Value
Section index:
visSectionHyperlink
Row index:
visRow1stHyperlink + i where i = 0, 1, 2...
Cell index:
visHLinkSortKey