Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel Package / IPivotCaches Interface / create Method
The IRange or ITable data for the new PivotTable cache.
In This Topic
    create Method
    In This Topic
    Creates a new PivotCache using IRange or ITable.
    Syntax
    IPivotCache create( 
       java.lang.Object SourceData
    )

    Parameters

    SourceData
    The IRange or ITable data for the new PivotTable cache.

    Return Value

    PivotCache
    Exceptions
    ExceptionDescription
    If @code:SourceData is not a IRange or ITable.
    See Also