WordprocessingCommentsPart.DiagramColorsParts Property
Gets the DiagramColorsParts of the WordprocessingCommentsPart.
Namespace: DocumentFormat.OpenXml.Packaging
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'宣言
Public ReadOnly Property DiagramColorsParts As IEnumerable(Of DiagramColorsPart)
Get
'使用
Dim instance As WordprocessingCommentsPart
Dim value As IEnumerable(Of DiagramColorsPart)
value = instance.DiagramColorsParts
public IEnumerable<DiagramColorsPart> DiagramColorsParts { get; }
Property Value
Type: System.Collections.Generic.IEnumerable<DiagramColorsPart>
See Also
Reference
WordprocessingCommentsPart Class