Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / CustomPropertyCollection Class
Properties Methods

In This Topic
    CustomPropertyCollection Class Members
    In This Topic

    The following tables list the members exposed by CustomPropertyCollection.

    Public Properties
     NameDescription
    Public Property Returns the number of properties in the collection. (Inherited from GrapeCity.Documents.Word.DocumentPropertyCollection)
    Public Property Gets a document property by the case-insensitive name. (Inherited from GrapeCity.Documents.Word.DocumentPropertyCollection)
    Top
    Public Methods
     NameDescription
    Public MethodOverloaded. Adds a document property of the PropertyType.Boolean data type into the collection.  
    Public Method Clears all properties from the collection.  
    Public Method Gets whether a property with specified name exists in the document. (Inherited from GrapeCity.Documents.Word.DocumentPropertyCollection)
    Public Method Removes a document property with the specified name from the collection.  
    Public Method Gets a document property by the case-insensitive name. (Inherited from GrapeCity.Documents.Word.DocumentPropertyCollection)
    Top
    See Also