Gets or sets a string of characters to be ignored in keyword sorts when occurring at the head of the keyword.

[VBScript]
Public Property PrefixChars As String
[JScript]
public function get PrefixChars() : String;
public function set PrefixChars(String);

Property Value

A string of characters to be ignored in keyword sorts when occurring at the head of the keyword.

See Also

Index Object | Index Members | HelpProducer Namespace