OpenXmlElementList.Count Property
Gets the number of OpenXmlElement in the OpenXmlElementList.
Namespace: DocumentFormat.OpenXml
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public MustOverride ReadOnly Property Count As Integer
Get
'Usage
Dim instance As OpenXmlElementList
Dim value As Integer
value = instance.Count
public abstract int Count { get; }
Property Value
Type: System.Int32
Returns Int32.