Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel Package / 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 areavailable for the current IWorkbook.
    Syntax
    IDocumentProperty addLinkToContent( 
       java.lang.String name,
       java.lang.String source
    )

    Parameters

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

    Return Value

    See Also