Documents for Word, .NET Edition
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / CustomPropertyCollection Class / Remove(String) Method
The case-insensitive name of the property.

In This Topic
    Remove(String) Method
    In This Topic
    Removes a document property with the specified name from the collection.
    Syntax
    'Declaration
     
    Public Sub Remove( _
       ByVal name As System.String _
    ) 
    public void Remove( 
       System.string name
    )

    Parameters

    name
    The case-insensitive name of the property.
    See Also