Points.Count Property

Returns an Integer value that represents the number of objects in the collection.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.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.Interop.Word Namespace