Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel Namespace / ICustomDocumentPropertyCollection Interface / Add Method / Add(String,Boolean) Method
The new IDocumentProperty name.
The value of the property.
In This Topic
    Add(String,Boolean) 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 Add( 
       System.string name,
       System.bool value
    )

    Parameters

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

    Return Value

    See Also