Share via


Points._Default Property

Namespace:  Microsoft.Office.Core
Assembly:  office (in office.dll)

Syntax

'Declaration
ReadOnly Default Property _Default ( _
    Index As Integer _
) As ChartPoint
    Get
'Usage
Dim instance As Points
Dim Index As Integer
Dim value As ChartPoint

value = instance(Index)
ChartPoint this[
    int Index
] { get; }

Parameters

Property Value

Type: Microsoft.Office.Core.ChartPoint

See Also

Reference

Points Interface

Points Members

Microsoft.Office.Core Namespace