Document Solutions for Excel, Java Edition | Document Solutions
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.
Collapse All
Expand All
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
Exception
Description
java.lang.IllegalArgumentException
If @code:SourceData is not a
IRange
or
ITable
.
See Also
Reference
IPivotCaches Interface
IPivotCaches Members