[]
A collection of custom document properties.
public interface ICustomDocumentPropertyCollection : IDocumentPropertyCollection
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)
name stringThe new IDocumentProperty name.
value boolThe value of the property.
The new IDocumentProperty.
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)
name stringThe new IDocumentProperty name.
value DateTimeThe value of the property.
The new IDocumentProperty.
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)
name stringThe new IDocumentProperty name.
value doubleThe value of the property.
The new IDocumentProperty.
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)
name stringThe new IDocumentProperty name.
value intThe value of the property.
The new IDocumentProperty.
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)
name stringThe new IDocumentProperty name.
value stringThe value of the property.
The new IDocumentProperty.
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)
name stringThe new IDocumentProperty name.
source stringThe source of the property.
The new IDocumentProperty.