TdxSpreadSheetAreaList.Contains(Integer,Integer) Method
Checks if the specified position (or cell) is located within at least one cell range on the list.
Declaration
function Contains(ARow: Integer; AColumn: Integer): Boolean; overload;
Parameters
Name | Type |
---|---|
ARow | Integer |
AColumn | Integer |
Returns
Type |
---|
Boolean |
Remarks
This function returns True if the cell whose row and column indexes are passed as the ARow and AColumn parameters is within one or more cell ranges on the list; otherwise – False.
Note
Contains calls the dxSpreadSheetContains global function to check if the specified point is within an individual cell range.
See Also