_QueryTable.FetchedRowOverflow Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
True if the number of rows returned by the last use of the Refresh(Object) method is greater than the number of rows available on the worksheet. Read-only Boolean.
public:
property bool FetchedRowOverflow { bool get(); };
public bool FetchedRowOverflow { get; }
Public ReadOnly Property FetchedRowOverflow As Boolean