com.f1j.ss.pivot
Class DataSourceInfo.EType

java.lang.Object
  |
  +--com.f1j.util.ResourceStringRef
        |
        +--com.f1j.util.Enum
              |
              +--com.f1j.ss.pivot.DataSourceInfo.EType

public static final class DataSourceInfo.EType
extends com.f1j.util.Enum

Enumeration class for defining data source types.

Since:
11.0

Field Summary
static DataSourceInfo.EType eF1ExternalData
          Used to indicate that the data source is an e.Spreadsheet external data source.
static DataSourceInfo.EType eList
          Used to indicate that the data source is an Excel list.
static DataSourceInfo.EType ePivotRange
          Used to indicate that the data source is an existing PivotRange in the current book.
 

Field Detail

eList

public static final DataSourceInfo.EType eList
Used to indicate that the data source is an Excel list.
Since:
11.0

eF1ExternalData

public static final DataSourceInfo.EType eF1ExternalData
Used to indicate that the data source is an e.Spreadsheet external data source.
Since:
11.0

ePivotRange

public static final DataSourceInfo.EType ePivotRange
Used to indicate that the data source is an existing PivotRange in the current book.
Since:
11.0