Point.Name Property

Gets the object name.

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

Syntax

'Declaration
ReadOnly Property Name As String
    Get
'Usage
Dim instance As Point
Dim value As String

value = instance.Name
string Name { get; }

Property Value

Type: System.String
The object name.

Remarks

Read-only.

This property corresponds to the name of a data point on a chart. The name is represented using the following format: S<series number>P<point number>.

See Also

Reference

Point Interface

Point Members

Microsoft.Office.Interop.Excel Namespace