RevertAlignment Property
Description
Reverts the alignment of column content.
Property Type
Read-write property
Syntax (Visual Basic)
Public Property RevertAlignment() As Boolean
Remarks
When True, RevertAlignment will revert the current Column Alignment setting. If the current column alignment is Left, then Right will be used. This has no effect on columns aligned in the center.
RevertAlignment can be useful if column alignment should "look" the same after using RightToLeft or RightToLeftReading for Right-To-Left (RTL) languages.
See Also

Copyright (c) 1998-2024 Codejock Technologies. All rights reserved.