Action.Coordinate Property

Returns the coordinate property of the Action() object. Read-only

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

Syntax

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

value = instance.Coordinate
string Coordinate { get; }

Property Value

Type: System.String
String

See Also

Reference

Action Interface

Action Members

Microsoft.Office.Interop.Excel Namespace