[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.IDocumentPropertyCollection

IDocumentPropertyCollection Interface

A collection of document properties.

Namespace: GrapeCity.Documents.Excel
Assembly: DS.Documents.Excel.dll
Syntax
public interface IDocumentPropertyCollection
Public Interface IDocumentPropertyCollection

Properties

Name Description
Count

Gets the number of document property in the collection.

this[int]

Gets the IDocumentProperty with the specified index.

this[string]

Gets the IDocumentProperty with the specified name.

Methods

Name Description
Clear()

Removes all properties from the collection.

Contains(string)

Determines whether the document property with specified name is contained in IDocumentPropertyCollection.

IndexOf(string)

Gets the index of a property by name.

Remove(string)

Removes a property with the specified name from the collection.

RemoveAt(int)

Removes a property at the specified index.