Skip to main content

TdxSpreadSheetAlignVerticalBottom Class

An action object that implements the AlignVerticalBottom end-user command in Spreadsheet and Report Designer-based applications.

Declaration

TdxSpreadSheetAlignVerticalBottom = class(
    TdxSpreadSheetCustomAlignVerticalAction
)

Remarks

This class does not introduce any new public members. Its overridden Execute function call aligns the content to the bottom borders of all cells selected in the active worksheet. As a result, the Style.AlignVert property of all affected cell objects is set to ssavBottom.

If the content is already aligned to the bottom borders in all selected cells, the AlignVerticalBottom command has no effect.

UI elements linked to a TdxSpreadSheetAlignVerticalBottom action object are enabled only if the following conditions are met:

See Also