Skip to main content

TdxSpreadSheetContainer.Transform Property

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

Declaration

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