TdxSpreadSheetTableView.MakeVisibleColumn(Integer) Method
Scrolls the worksheet horizontally to show the specified column.
Declaration
procedure MakeVisibleColumn(const AColumn: Integer); overload;
Parameters
Name | Type | Description |
---|---|---|
AColumn | Integer | A column index. |
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