[]
        
(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; }
Public ReadOnly Default Property Item(index As Integer) As CustomXmlPart
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; }
Public ReadOnly Default Property Item(id As String) As CustomXmlPart
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.