Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / CustomXmlPartCollection Class / Item Property / Item(String) Property
The id of the CustomXmlPart to get.

In This Topic
    Item(String) Property
    In This Topic
    Gets the CustomXmlPart by the specified id in the collection.
    Syntax
    'Declaration
     
    Public Overloads ReadOnly Property Item( _
       ByVal id As System.String _
    ) As CustomXmlPart
    public CustomXmlPart Item( 
       System.string id
    ) {get;}

    Parameters

    id
    The id of the CustomXmlPart to get.

    Property Value

    The CustomXmlPart with the specified id in the collection.
    See Also