copyrangeoptions-ag凯发旗舰厅



com.spire.xls
enum copyrangeoptions

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

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

enumeration to specify the options to update formulas and merged ranges during copy range operation.


enum constant summary
all
          all flags.
copyconditionalformats
          indicates that we have to copy conditional formats during range copy.
copydatavalidations
          all flags.
copyerrorindicators
          indicates that we have to copy error indicators during range copy.
copyshapes
          indicates that we have to copy shapes during range copy.
copystyles
          indicates that we have to copy styles during range copy.
none
          no flags.
onlycopyformulavalue
          indicates that we have to copy cell formula during range copy.
updateformulas
          indicates whether update formula during copy.
updatemerges
          indicates whether update merges during copy.
 
enum constant detail

none

public static final copyrangeoptions none
no flags.

updateformulas

public static final copyrangeoptions updateformulas
indicates whether update formula during copy.

updatemerges

public static final copyrangeoptions updatemerges
indicates whether update merges during copy.

copystyles

public static final copyrangeoptions copystyles
indicates that we have to copy styles during range copy.

copyshapes

public static final copyrangeoptions copyshapes
indicates that we have to copy shapes during range copy.

copyerrorindicators

public static final copyrangeoptions copyerrorindicators
indicates that we have to copy error indicators during range copy.

copyconditionalformats

public static final copyrangeoptions copyconditionalformats
indicates that we have to copy conditional formats during range copy.

copydatavalidations

public static final copyrangeoptions copydatavalidations
all flags.

onlycopyformulavalue

public static final copyrangeoptions onlycopyformulavalue
indicates that we have to copy cell formula during range copy.

all

public static final copyrangeoptions all
all flags.


网站地图