_Workbook.WriteReservedBy Property

Returns the name of the user who currently has write permission for the workbook. Read-only String.

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

Syntax

'Declaration
ReadOnly Property WriteReservedBy As String
    Get
'Usage
Dim instance As _Workbook
Dim value As String

value = instance.WriteReservedBy
string WriteReservedBy { get; }

Property Value

Type: System.String

See Also

Reference

_Workbook Interface

_Workbook Members

Microsoft.Office.Interop.Excel Namespace