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

TdxSpreadSheetTableView.MakeVisibleColumn(string) Method

Scrolls the worksheet horizontally to show the specified column.

#Declaration

Delphi
procedure MakeVisibleColumn(const AColumn: string); overload;

#Parameters

Name Type Description
AColumn string

a letter designation of the target column (such as A, BQ, and so on).

#Remarks

Call this procedure to position a column at the left or right border of the Spreadsheet control’s content area. A MakeVisibleColumn procedure call has no effect if the target column is already between the left and right borders of the content area.

Note

A MakeVisibleColumn procedure call that scrolls the worksheet raises the Spreadsheet control’s OnScroll event.

See Also