Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxSpreadSheetContainer.Transform Property

Provides access to the set of geometric transformations applied to the floating container object.

#Declaration

Delphi
property Transform: TdxSpreadSheetContainerTransform read; write;

#Property Value

Type
TdxSpreadSheetContainerTransform

#Remarks

With the Transform property, you can reflect the container horizontally and/or vertically, and rotate it around the center of the container’s bounding rectangle. For additional information, refer to the Geometric Transformations topic.

To postpone immediate repainting of the container object in response to transformation operations, enclose the code that performs these modifications within BeginUpdate/EndUpdate procedure blocks.

Note

The container mirroring operations are applied before the rotation.

See Also