datasourcetype-ag凯发旗舰厅



com.spire.xls
enum datasourcetype

java.lang.object
  extended by java.lang.enum<datasourcetype>
      extended by com.spire.xls.datasourcetype
all implemented interfaces:
java.lang.comparable<datasourcetype>

public enum datasourcetype
extends java.lang.enum<datasourcetype>

data source type.


enum constant summary
consolidation
          represents the consolidation data source type.
externaldata
          represents the external data data source type.
scenariopivottable
          represents the scenario pivot table data source type.
worksheet
          represents the worksheet data source type.
 
enum constant detail

worksheet

public static final datasourcetype worksheet
represents the worksheet data source type.

externaldata

public static final datasourcetype externaldata
represents the external data data source type.

consolidation

public static final datasourcetype consolidation
represents the consolidation data source type.

scenariopivottable

public static final datasourcetype scenariopivottable
represents the scenario pivot table data source type.


网站地图