[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.ICustomDocumentPropertyCollection

ICustomDocumentPropertyCollection Interface

A collection of custom document properties.

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

Methods

Name Description
Add(string, bool)

Creates a new IDocumentProperty and adds it to the list of custom document properties that are available for the current IWorkbook.

Add(string, DateTime)

Creates a new IDocumentProperty and adds it to the list of custom document properties that are available for the current IWorkbook.

Add(string, double)

Creates a new IDocumentProperty and adds it to the list of custom document properties that are available for the current IWorkbook.

Add(string, int)

Creates a new IDocumentProperty and adds it to the list of custom document properties that are available for the current IWorkbook.

Add(string, string)

Creates a new IDocumentProperty and adds it to the list of custom document properties that are available for the current IWorkbook.

AddLinkToContent(string, string)

Creates a new IDocumentProperty and adds it to the list of custom document properties that are available for the current IWorkbook.