Skip to main content

TdxSpreadSheetTableViewSelection.IsEntireColumnSelected(Integer) Method

Returns a value indicating whether an entire column is currently selected.

Declaration

function IsEntireColumnSelected(AColumn: Integer): Boolean;

Parameters

Name Type
AColumn Integer

Returns

Type
Boolean

Remarks

This function returns True if at least one of the selection areas within the Table View worksheet includes at least one full column which can contain both cell objects and uninitialized cells (i.e., all cells within a column between the top and bottom boundaries of the worksheet content area). Otherwise, the IsEntireColumnSelected function returns False.

If you need to identify whether an entire row is included in one of the active selection areas, call the IsEntireRowSelected function.

See Also