NamedRange::PrefixCharacter Property

 

Gets the prefix character for the NamedRange control.

Namespace:   Microsoft.Office.Tools.Excel
Assembly:  Microsoft.Office.Tools.Excel (in Microsoft.Office.Tools.Excel.dll)

property Object^ PrefixCharacter {
	Object^ get();
}

Property Value

Type: System::Object^

The prefix character for the NamedRange control.

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.

No code example is currently available or this language may not be supported.
Return to top
Show: