Skip to main content

TdxCustomSpreadSheet.BiDiMode Property

Specifies the control’s content display mode.

Declaration

property BiDiMode: TBiDiMode read; write; default bdLeftToRight;

Property Value

Type Default
TBiDiMode bdLeftToRight

Remarks

Use this property to switch between left-to-right and right-to-left display modes:

Value Description Example
bdLeftToRight Enables LTR mode.
bdRightToLeft Enables RTL mode.
bdRightToLeftNoAlign This value is reserved.
bdRightToLeftReadingOnly This value is reserved.

The BiDiMode property value affects only those worksheets whose Options.RightToLeftLayout property is set to bDefault.

The BiDiMode property’s default value is bdLeftToRight.

See Also