[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.ICustomDocumentPropertyCollection

Interface ICustomDocumentPropertyCollection

Namespace
GrapeCity.Documents.Excel
Assembly
GcDocs.Excel.dll

A collection of custom document properties.

public interface ICustomDocumentPropertyCollection : IDocumentPropertyCollection
Inherited Members

Methods

Add(string, bool)

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

IDocumentProperty Add(string name, bool value)

Parameters

name string

The new IDocumentProperty name.

value bool

The value of the property.

Returns

IDocumentProperty

The new IDocumentProperty.

Add(string, DateTime)

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

IDocumentProperty Add(string name, DateTime value)

Parameters

name string

The new IDocumentProperty name.

value System.DateTime

The value of the property.

Returns

IDocumentProperty

The new IDocumentProperty.

Add(string, double)

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

IDocumentProperty Add(string name, double value)

Parameters

name string

The new IDocumentProperty name.

value double

The value of the property.

Returns

IDocumentProperty

The new IDocumentProperty.

Add(string, int)

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

IDocumentProperty Add(string name, int value)

Parameters

name string

The new IDocumentProperty name.

value int

The value of the property.

Returns

IDocumentProperty

The new IDocumentProperty.

Add(string, string)

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

IDocumentProperty Add(string name, string value)

Parameters

name string

The new IDocumentProperty name.

value string

The value of the property.

Returns

IDocumentProperty

The new IDocumentProperty.

AddLinkToContent(string, string)

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

IDocumentProperty AddLinkToContent(string name, string source)

Parameters

name string

The new IDocumentProperty name.

source string

The source of the property.

Returns

IDocumentProperty

The new IDocumentProperty.