[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.CustomPropertyCollection

CustomPropertyCollection Class

A collection of custom document properties.

Inheritance
CustomPropertyCollection
Namespace: GrapeCity.Documents.Word
Assembly: DS.Documents.Word.dll
Syntax
public class CustomPropertyCollection : DocumentPropertyCollection, IEnumerable<DocumentProperty>, IEnumerable
Public Class CustomPropertyCollection
    Inherits DocumentPropertyCollection
    Implements IEnumerable(Of DocumentProperty), IEnumerable

Methods

Name Description
Add(string, bool)

Adds a document property of the Boolean data type into the collection.

Add(string, DateTime)

Adds a document property of the DateTime data type into the collection.

Add(string, double)

Adds a document property of the Double data type into the collection.

Add(string, int)

Adds a document property of the Number data type into the collection.

Add(string, string)

Adds a document property of the String data type into the collection.

Clear()

Clears all properties from the collection.

Remove(string)

Removes a document property with the specified name from the collection.