TdxSpreadSheetTableViewSelection.HasArea(TRect) Method
Returns a value indicating whether the specified area matches one of the selected cell areas within the current collection.
Declaration
function HasArea(const AArea: TRect): Boolean;
Parameters
| Name | Type |
|---|---|
| AArea | TRect |
Returns
| Type |
|---|
| Boolean |
Remarks
The HasArea function returns True if a rectangle, passed as the AArea parameter, matches one of the selected cell areas within a Table View worksheet; otherwise – False.
See Also