com.f1j.ss.pivot
Class PivotRangeDef.ELocationType

java.lang.Object
  |
  +--com.f1j.util.ResourceStringRef
        |
        +--com.f1j.util.Enum
              |
              +--com.f1j.ss.pivot.PivotRangeDef.ELocationType

public static final class PivotRangeDef.ELocationType
extends com.f1j.util.Enum

Enumeration class for defining PivotRange locations.

Since:
11.0

Field Summary
static PivotRangeDef.ELocationType eExistingSheet
          Used to indicate the PivotRange should be located on an existing worksheet.
static PivotRangeDef.ELocationType eNewSheet
          Used to indicate the PivotRange should be located on a new worksheet.
 

Field Detail

eNewSheet

public static final PivotRangeDef.ELocationType eNewSheet
Used to indicate the PivotRange should be located on a new worksheet.
Since:
11.0

eExistingSheet

public static final PivotRangeDef.ELocationType eExistingSheet
Used to indicate the PivotRange should be located on an existing worksheet.
Since:
11.0