ListValue<T>.Items Property
Gets the values.
Namespace: DocumentFormat.OpenXml
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Декларация
Public ReadOnly Property Items As ICollection(Of T)
Get
'Применение
Dim instance As ListValue
Dim value As ICollection(Of T)
value = instance.Items
public ICollection<T> Items { get; }
Property Value
Type: System.Collections.Generic.ICollection<T>
Returns ICollection<T>.