SequenceCheck Property

       

True for Microsoft Publisher to check the sequence of independent characters for Asian text. Read/write Boolean.

expression.SequenceCheck

expression   Required. An expression that returns one of the objects in the Applies To list.

Example

This example enables sequence checking, allowing the user to input a valid sequence of independent characters to form valid character cells in South Asian text.

Sub CheckSequence()
    Options.SequenceCheck = True
End Sub