Share via


SequenceCheck Property.SequenceCheck Property

Publisher Developer Reference

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

Syntax

expression.SequenceCheck

expression   A variable that represents a SequenceCheck Property object.

Return Value
Boolean

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.

Visual Basic for Applications
  Sub CheckSequence()
    Options.SequenceCheck = True
End Sub

See Also