TableObject.FetchedRowOverflow Property

Definition

Specifies if the number of rows returned by the last use of the Refresh method is greater than the number of rows available on the worksheet. Boolean (bool in C#) Read-only

public:
 property bool FetchedRowOverflow { bool get(); };
public bool FetchedRowOverflow { get; }
Public ReadOnly Property FetchedRowOverflow As Boolean

Property Value

Applies to