Click or drag to resize

CustomXmlPartCollection Item Property

Gets or sets an item at the specified index.

Namespace: Spire.Doc.Documents.Markup
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public CustomXmlPart this[
	int index
] { get; set; }

Parameters

index
Type: System Int32
Zero-based index of the item.

Property Value

Type: CustomXmlPart
See Also