com.f1j.ss.pivot
Class Range.EMoveType

java.lang.Object
  |
  +--com.f1j.util.ResourceStringRef
        |
        +--com.f1j.util.Enum
              |
              +--com.f1j.ss.pivot.Range.EMoveType

public static final class Range.EMoveType
extends com.f1j.util.Enum

Enumeration class for defining types of moves.

Since:
11.0

Field Summary
static Range.EMoveType eToBeginning
          Used when moving fields and items.
static Range.EMoveType eToEnd
          Used when moving fields and items.
static Range.EMoveType eToNext
          Used when moving fields and items.
static Range.EMoveType eToPrevious
          Used when moving fields and items.
 

Field Detail

eToBeginning

public static final Range.EMoveType eToBeginning
Used when moving fields and items.
See Also:
Range.move(com.f1j.ss.pivot.Range.EMoveType, com.f1j.ss.pivot.Field), Range.canMove(com.f1j.ss.pivot.Range.EMoveType, com.f1j.ss.pivot.Field)
Since:
11.0

eToPrevious

public static final Range.EMoveType eToPrevious
Used when moving fields and items.
See Also:
Range.move(com.f1j.ss.pivot.Range.EMoveType, com.f1j.ss.pivot.Field), Range.canMove(com.f1j.ss.pivot.Range.EMoveType, com.f1j.ss.pivot.Field)
Since:
11.0

eToNext

public static final Range.EMoveType eToNext
Used when moving fields and items.
See Also:
Range.move(com.f1j.ss.pivot.Range.EMoveType, com.f1j.ss.pivot.Field), Range.canMove(com.f1j.ss.pivot.Range.EMoveType, com.f1j.ss.pivot.Field)
Since:
11.0

eToEnd

public static final Range.EMoveType eToEnd
Used when moving fields and items.
See Also:
Range.move(com.f1j.ss.pivot.Range.EMoveType, com.f1j.ss.pivot.Field), Range.canMove(com.f1j.ss.pivot.Range.EMoveType, com.f1j.ss.pivot.Field)
Since:
11.0