Range.PrefixCharacter Property
Returns the prefix character for the cell.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
ReadOnly Property PrefixCharacter As Object
Get
'Usage
Dim instance As Range
Dim value As Object
value = instance.PrefixCharacter
Object PrefixCharacter { get; }
Property Value
Type: System.Object
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.