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.MakeVisible(string) Method

Scrolls the worksheet horizontally and/or vertically to show a specified cell range.

#Declaration

Delphi
procedure MakeVisible(const AArea: string); overload;

#Parameters

Name Type Description
AArea string

A reference to the target cell range in the A1 format)

#Remarks

The procedure aligns the upper-left corners of the control’s content area and the target cell range if it does not fit into the control. A MakeVisible procedure call has no effect if the target cell range is already within the control’s content area.

Note

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

See Also