Skip to main content

TdxSpreadSheetSizingMarker Enum

Enumerates the sizing handles used to resize floating container objects.

Declaration

TdxSpreadSheetSizingMarker = (
    smLeft,
    smTopLeft,
    smTop,
    smTopRight,
    smRight,
    smBottomRight,
    smBottom,
    smBottomLeft
);

Members

Name
smLeft
smTopLeft
smTop
smTopRight
smRight
smBottomRight
smBottom
smBottomLeft

Remarks

Options include:

Value Sizing Handle Location
smLeft The sizing handle in the middle of the floating container’s left border.
smTopLeft The sizing handle is at the top left corner of the floating container object.
smTop The sizing handle is in the middle of the floating container’s top border.
smTopRight The sizing handle is at the top right corner of the floating container object.
smRight The sizing handle is in the middle of the floating container’s right border.
smBottomRight The sizing handle is at the bottom right corner of the floating container object.
smBottom The sizing handle is in the middle of the floating container’s bottom border.
smBottomLeft The sizing handle is at the bottom left corner of the floating container object.

See Also