Skip to main content

TdxSpreadSheetTableView.MakeVisible(TRect) Method

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

Declaration

procedure MakeVisible(AArea: TRect); overload;

Parameters

Name Type Description
AArea TRect

A rectangle that corresponds to the target cell range.

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