Range.PrefixCharacter Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the prefix character for the cell.
public:
property System::Object ^ PrefixCharacter { System::Object ^ get(); };
public object PrefixCharacter { get; }
Public ReadOnly Property PrefixCharacter As Object
Property Value
Remarks
If the TransitionNavigKeys property is False, this prefix character will be ' for a text label or blank. If the TransitionNavigKeys property is True, this character will be ' for a left-justified label, " for a right-justified label, ^ for a centered label, \ for a repeated label, or blank.