NamedRange::PrefixCharacter Property
Gets the prefix character for the NamedRange control.
Assembly: Microsoft.Office.Tools.Excel (in Microsoft.Office.Tools.Excel.dll)
If the value of the TransitionNavigKeys property is false, this prefix character is ' for a text label, or blank. If the value of the TransitionNavigKeys property is true, this character is ' for a left-justified label, " for a right-justified label, ^ for a centered label, \ for a repeated label, or blank.
The following code example uses the PrefixCharacter property to display the prefix character for a NamedRange.
This example is for a document-level customization.
Show: