Class PivotCacheSource
java.lang.Object
com.independentsoft.office.spreadsheet.pivotTables.PivotCacheSource
The Class PivotCacheSource.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()intGets the connection index.getType()Gets the type.Gets the worksheet source.voidsetConnectionIndex(int connectionIndex)Sets the connection index.voidsetType(SourceType type)Sets the type.voidsetWorksheetSource(WorksheetSource worksheetSource)Sets the worksheet source.toString()
-
Constructor Details
-
PivotCacheSource
public PivotCacheSource()Instantiates a new pivot cache source.
-
-
Method Details
-
clone
-
toString
-
getWorksheetSource
Gets the worksheet source.- Returns:
- the worksheet source
-
setWorksheetSource
Sets the worksheet source.- Parameters:
worksheetSource- the new worksheet source
-
getConnectionIndex
public int getConnectionIndex()Gets the connection index.- Returns:
- the connection index
-
setConnectionIndex
public void setConnectionIndex(int connectionIndex)Sets the connection index.- Parameters:
connectionIndex- the new connection index
-
getType
Gets the type.- Returns:
- the type
-
setType
Sets the type.- Parameters:
type- the new type
-