Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel Package / ICustomDocumentPropertyCollection Interface / add Method / add(String,int) Method
The new IDocumentProperty name.
The value of the property.
In This Topic
    add(String,int) 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 add( 
       java.lang.String name,
       int value
    )

    Parameters

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

    Return Value

    See Also