Range.PrefixCharacter Property

Definition

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.

Applies to