Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxSpreadSheetHideColumns Class

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

#Declaration

Delphi
TdxSpreadSheetHideColumns = class(
    TdxSpreadSheetCustomChangeTableItemsVisibilityAction
)

#Remarks

This class does not introduce any new public members. Its overridden Execute function call hides all columns that intersect the area joining all currently selected cells and cell ranges.

VCL SpreadSheet: A Hide Columns Operation Example

To display a range of previously hidden columns, select the left and right adjacent columns and activate the UnhideColumns command.

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

Note

All columns within a collapsed group are considered hidden.

See Also