Skip to main content

TdxSpreadSheetTableView.MakeVisible(string) Method

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

Declaration

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