Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin

...

Description

Excerpt

The TextDirection class contains all text direction options.

Signature
C#
C#
 public sealed class TextDir : TypesafeEnum
{signature}{signature:
}
Signature
vb.net
vb.net
Public NotInheritable Class TextDir
		Inherits TypesafeEnum
{signature}
{values}
||Name||Description||
|{anchor:Context}Context|Text is displayed in the context of the version of Excel that opens the spreadsheet.|
|{anchor:LeftToRight}LeftToRight|Text is displayed left to right.|
|{anchor:RightToLeft}RightToLeft|Text is displayed right to left.|
Values

Name

Description

Anchor
Context
Context
Context

Text is displayed in the context of the version of Excel that opens the spreadsheet.

Anchor
LeftToRight
LeftToRight
LeftToRight

Text is displayed left to right.

Anchor
RightToLeft
RightToLeft
RightToLeft

Text is displayed right to left.