[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.ICustomDocumentPropertyCollection.AddLinkToContent

AddLinkToContent Method

AddLinkToContent(string, string)

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

Declaration
IDocumentProperty AddLinkToContent(string name, string source)
Function AddLinkToContent(name As String, source As String) As IDocumentProperty
Parameters
Type Name Description
string name

The new IDocumentProperty name.

string source

The source of the property.

Returns
Type Description
IDocumentProperty

The new IDocumentProperty.