Action.Caption Property

Returns the caption assigned to the **Action()**object. Read-only String.

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

Syntax

'Declaration
ReadOnly Property Caption As String
    Get
'Usage
Dim instance As Action
Dim value As String

value = instance.Caption
string Caption { get; }

Property Value

Type: System.String
String

See Also

Reference

Action Interface

Action Members

Microsoft.Office.Interop.Excel Namespace