TdxSpreadSheetTableView.MakeVisibleColumn(string) Method
In This Article
Scrolls the worksheet horizontally to show the specified column.
#Declaration
Delphi
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 Make
See Also