TdxSpreadSheetTableViewSelection.IsColumnSelected(Integer) Method
Returns a value indicating whether a particular column is selected.
Declaration
function IsColumnSelected(AColumn: Integer): Boolean;
Parameters
| Name | Type |
|---|---|
| AColumn | Integer |
Returns
| Type |
|---|
| Boolean |
Remarks
Call this function to identify whether a particular column, whose index is passed as the AColumn parameter, is selected.
An end-user can select columns by clicking the Table View worksheet’s horizontal header.
See Also