Actions.Item Property
Returns an Action object that represents an action in a workbook. Read-only.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
ReadOnly Property Item ( _
Index As Object _
) As Action
Get
'Usage
Dim instance As Actions
Dim Index As Object
Dim value As Action
value = instance.Item(Index)
Action this[
Object Index
] { get; }
Parameters
Index
Type: System.ObjectIndex value of the action.
Property Value
Type: Microsoft.Office.Interop.Excel.Action
Action