Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel Namespace / ICustomDocumentPropertyCollection Interface / AddLinkToContent Method
The new IDocumentProperty name.
The source of the property.
In This Topic
    AddLinkToContent Method
    In This Topic
    Creates a new IDocumentProperty and adds it to the list of custom document properties that are available for the current IWorkbook.
    Syntax
    IDocumentProperty AddLinkToContent( 
       System.string name,
       System.string source
    )

    Parameters

    name
    The new IDocumentProperty name.
    source
    The source of the property.

    Return Value

    See Also