Compartilhar via


Action.Content Property

Returns the content associated 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 Content As String
    Get
'Usage
Dim instance As Action
Dim value As String

value = instance.Content
string Content { get; }

Property Value

Type: System.String
String

See Also

Reference

Action Interface

Action Members

Microsoft.Office.Interop.Excel Namespace