Skip to main content

TdxSpreadSheetTableView.MakeVisible(TdxSpreadSheetContainer) Method

Scrolls the worksheet horizontally and/or vertically to show a specified floating container.

Declaration

procedure MakeVisible(AContainer: TdxSpreadSheetContainer); overload;

Parameters

Name Type Description
AContainer TdxSpreadSheetContainer

A floating container.

Remarks

A MakeVisible procedure call has no effect if the target container is:

  • Hidden (that is, the container’s Visible property is set to False).

  • Anchored to a different worksheet (that is, the container’s Parent property does not return the current worksheet).

  • 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