[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.ICustomDocumentPropertyCollection

ICustomDocumentPropertyCollection Interface

自定义文档属性的集合。

Namespace: GrapeCity.Documents.Excel
Assembly: GcDocs.Excel.dll
Syntax
public interface ICustomDocumentPropertyCollection : IDocumentPropertyCollection

Methods

Name Description
Add(string, bool)

创建一个新的IDocumentProperty 并将其添加到当前IWorkbook 可用的自定义文档属性列表中。

Add(string, DateTime)

创建一个新的IDocumentProperty 并将其添加到当前IWorkbook 可用的自定义文档属性列表中。

Add(string, double)

创建一个新的IDocumentProperty 并将其添加到当前IWorkbook 可用的自定义文档属性列表中。

Add(string, int)

创建一个新的IDocumentProperty 并将其添加到当前IWorkbook 可用的自定义文档属性列表中。

Add(string, string)

创建一个新的IDocumentProperty 并将其添加到当前IWorkbook 可用的自定义文档属性列表中。

AddLinkToContent(string, string)

创建一个新的IDocumentProperty, 并将其添加到当前IWorkbook 可用的自定义文档属性列表中。