_Application.Ready Property
Returns True when the Microsoft Excel application is ready; False when the Excel application is not ready.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
ReadOnly Property Ready As Boolean
Get
'Usage
Dim instance As _Application
Dim value As Boolean
value = instance.Ready
bool Ready { get; }
Property Value
Type: System.Boolean