The Table_IsRangeSet() function ascertains whether a range is currently set for the specified table.
Table_IsRangeSet(table table_name)
• table table_name – The name of a table.
A boolean. True indicates a range is set, while false indicates no range is set.
This function cannot be used to verify whether the range where statement was used to specify a range for a table.