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; }
Public Default Property Item (
index As Integer
) As CustomXmlPart
Get
Set
public:
property CustomXmlPart^ default[int index] {
CustomXmlPart^ get (int index);
void set (int index, CustomXmlPart^ value);
}
member Item : CustomXmlPart with get, set
Parameters
-
index
-
Type:
System
Int32
Zero-based index of the item.
Property Value
Type:
CustomXmlPart
See Also