Share via


ProtectedViewWindow.Caption Property

Gets or sets a value that represents the name that appears in the title bar of the Protected View window.

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

Syntax

'Declaration
Property Caption As String
    Get
    Set
'Usage
Dim instance As ProtectedViewWindow
Dim value As String

value = instance.Caption

instance.Caption = value
string Caption { get; set; }

Property Value

Type: System.String
The name that appears in the title bar of the Protected View window.

Remarks

Read/write.

See Also

Reference

ProtectedViewWindow Interface

ProtectedViewWindow Members

Microsoft.Office.Interop.Excel Namespace