Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel Namespace / IPivotCaches Interface / Create Method
The data for the new PivotTable cache.
In This Topic
    Create Method
    In This Topic
    Creates a new PivotCache.
    Syntax
    IPivotCache Create( 
       System.object SourceData
    )

    Parameters

    SourceData
    The data for the new PivotTable cache.

    Return Value

    PivotCache
    See Also