_Workbook.ReadOnly Property

Returns True if the object has been opened as read-only. Read-only Boolean.

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

Syntax

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

value = instance.ReadOnly
bool ReadOnly { get; }

Property Value

Type: System.Boolean

Remarks

This property is used only for lists that are linked to a SharePoint site.

See Also

Reference

_Workbook Interface

_Workbook Members

Microsoft.Office.Interop.Excel Namespace