public class BookPivotRangeModel
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
BookPivotRange |
getActivePivotRange()
Deprecated.
relaced by workbook.getActivePivotRange(...)
|
void |
refreshRange(BookPivotRange pivotRange)
Deprecated.
relaced by BookPivotRange.refreshRange()
|
void |
setDataQuery(SXQuery query)
Deprecated.
relaced by workbook.addPivotRange(com.smartxls.data.SXQuery query, int dstSheet, int dstRow1, int dstCol1)
|
void |
setList(java.lang.String range)
Deprecated.
relaced by workbook.addPivotRange(...)
|
void |
setLocation(int sheet,
int row,
int col)
Deprecated.
relaced by workbook.addPivotRange(...)
|
public void setList(java.lang.String range)
throws java.lang.Exception
range - - The range identifying the Excel list.java.lang.Exception - exceptionpublic void setDataQuery(SXQuery query)
throws java.lang.Exception
query - The range identifying the Excel list.java.lang.Exceptionpublic void setLocation(int sheet,
int row,
int col)
throws java.lang.Exception
sheet - The worksheet that contains the PivotRange.row - The row where the PivotRange starts.col - The column where the PivotRange starts.java.lang.Exception - exceptionpublic BookPivotRange getActivePivotRange()
public void refreshRange(BookPivotRange pivotRange)
pivotRange - active range