TdxSpreadSheetTableView.MakeVisible(string) Method
In This Article
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 Make
See Also