Share via


_Workbook.IsInplace Property

True if the specified workbook is being edited in place. False if the workbook has been opened in Microsoft Excel for editing. Read-only Boolean.

Namespace:  Microsoft.Office.Interop.Excel
Assembly:  Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)

Syntax

'Declaration
ReadOnly Property IsInplace As Boolean
    Get
'Usage
Dim instance As _Workbook
Dim value As Boolean

value = instance.IsInplace
bool IsInplace { get; }

Property Value

Type: System.Boolean

See Also

Reference

_Workbook Interface

_Workbook Members

Microsoft.Office.Interop.Excel Namespace