[]
        
(Showing Draft Content)

GrapeCity.Core.IDocumentProperties

IDocumentProperties Interface

Represents a collection of DocumentProperty objects. Each DocumentProperty object represents a built-in or custom property of a container document.

Namespace: GrapeCity.Core
Assembly: GrapeCity.Spreadsheet.dll
Syntax
public interface IDocumentProperties
Public Interface IDocumentProperties

Properties

Name Description
Count

Gets an integer value indicating the number of items in the IDocumentProperties collection.

this[BuiltinDocumentProperties]

Gets the DocumentProperty object from the IDocumentProperties collection.

this[int]

Gets the DocumentProperty object from the IDocumentProperties collection.

this[string]

Gets the DocumentProperty object from the IDocumentProperties collection.

Methods

Name Description
Add(string, DocumentPropertyType, object)

Creates a new custom document property. You can add a new document property only to the custom IDocumentProperties collection.