|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | enum constants | field | method | detail: enum constants | field | method |
java.lang.objectjava.lang.enum<copyrangeoptions>
com.spire.xls.copyrangeoptions
public 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 |
---|
public static final copyrangeoptions none
public static final copyrangeoptions updateformulas
public static final copyrangeoptions updatemerges
public static final copyrangeoptions copystyles
public static final copyrangeoptions copyshapes
public static final copyrangeoptions copyerrorindicators
public static final copyrangeoptions copyconditionalformats
public static final copyrangeoptions copydatavalidations
public static final copyrangeoptions onlycopyformulavalue
public static final copyrangeoptions all
|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | enum constants | field | method | detail: enum constants | field | method |