OpenXmlElementList.First<T> Method
Find the first child element in type T
Namespace: DocumentFormat.OpenXml
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Function First(Of T As OpenXmlElement) As T
'Usage
Dim instance As OpenXmlElementList
Dim returnValue As T
returnValue = instance.First()
public T First<T>()
where T : OpenXmlElement
Type Parameters
- T
Return Value
Type: T