Skip to main content

TdxSpreadSheetBordersLeft Class

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

Declaration

TdxSpreadSheetBordersLeft = class(
    TdxSpreadSheetCustomLineStyleBordersAction
)

Remarks

This class does not introduce any new public members. Executing this action object applies the sscbsThin style to the left borders of the currently selected cell ranges.

VCL SpreadSheet: Left Borders

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

If no cells can be selected in the protected worksheet (i.e., its OptionsProtected.ActualAllowSelectUnlockedCells property returns False), executing the TdxSpreadSheetBordersLeft action object has no effect.

Note

A TdxSpreadSheetBordersLeft action object does not affect the left border style of every cell within the current selection.

See Also