[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.CustomXmlPartCollection.Item

this Property

this[int]

Gets the CustomXmlPart at the specified index in the collection.

Declaration
public CustomXmlPart this[int index] { get; }
Parameters
Type Name Description
int index

The zero-based index of the CustomXmlPart to get.

Property Value
Type Description
CustomXmlPart

The CustomXmlPart at the specified index in the collection.

Implements

this[string]

Gets the CustomXmlPart by the specified id in the collection.

Declaration
public CustomXmlPart this[string id] { get; }
Parameters
Type Name Description
string id

The id of the CustomXmlPart to get.

Property Value
Type Description
CustomXmlPart

The CustomXmlPart with the specified id in the collection.