TdxSpreadSheetTableView.MakeVisibleColumn(string) Method
Scrolls the worksheet horizontally to show the specified column.
Declaration
procedure MakeVisibleColumn(const AColumn: string); overload;
Parameters
Name | Type | Description |
---|---|---|
AColumn | string | a letter designation of the target column (such as A, BQ, and so on). |
Remarks
Call this procedure to position a column at the left or right border of the Spreadsheet control’s content area. A MakeVisibleColumn procedure call has no effect if the target column is already between the left and right borders of the content area.
Note
A MakeVisibleColumn procedure call that scrolls the worksheet raises the Spreadsheet control’s OnScroll event.
See Also