Uses of Class
com.f1j.ss.pivot.DataSourceInfo.EType

Packages that use DataSourceInfo.EType
com.f1j.ss.pivot   
 

Uses of DataSourceInfo.EType in com.f1j.ss.pivot
 

Fields in com.f1j.ss.pivot declared as DataSourceInfo.EType
static DataSourceInfo.EType
          Used to indicate that the data source is an Excel list.
static DataSourceInfo.EType
          Used to indicate that the data source is an e.Spreadsheet external data source.
static DataSourceInfo.EType
          Used to indicate that the data source is an existing PivotRange in the current book.
 

Methods in com.f1j.ss.pivot that return DataSourceInfo.EType
 DataSourceInfo.EType
          Returns the type of data source that will be used for PivotRange that is being defined.
 

Methods in com.f1j.ss.pivot with parameters of type DataSourceInfo.EType
 void
          Sets the type of data source that should be used for the PivotRange that is being defined.