Skip to main content

TdxSpreadSheetBordersOutside Class

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

Declaration

TdxSpreadSheetBordersOutside = class(
    TdxSpreadSheetCustomLineStyleBordersAction
)

Remarks

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

VCL SpreadSheet: External Cell Borders

If a selected cell range consists of a single cell, a TdxSpreadSheetBordersOutside action object applies the sscbsThin style to every border of the selected cell.

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

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

See Also