Points.Count Property

Returns the number of objects in the collection.

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

Syntax

'Declaration
ReadOnly Property Count As Integer
    Get
'Usage
Dim instance As Points
Dim value As Integer

value = instance.Count
int Count { get; }

Property Value

Type: System.Int32
Integer.

See Also

Reference

Points Interface

Points Members

Microsoft.Office.Core Namespace