Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / CustomXmlPartCollection Class / Item Property / Item(Int32) Property
The zero-based index of the CustomXmlPart to get.

In This Topic
    Item(Int32) Property
    In This Topic
    Gets the CustomXmlPart at the specified index in the collection.
    Syntax
    'Declaration
     
    Public Overloads ReadOnly Property Item( _
       ByVal index As System.Integer _
    ) As CustomXmlPart
    public CustomXmlPart Item( 
       System.int index
    ) {get;}

    Parameters

    index
    The zero-based index of the CustomXmlPart to get.

    Property Value

    The CustomXmlPart at the specified index in the collection.
    See Also