|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | enum constants | field | method | detail: enum constants | field | method |
java.lang.objectjava.lang.enum<excelclearoptions>
com.spire.xls.excelclearoptions
public enum excelclearoptions
enumeration of possible directions to clear the cell formats, content, comments or clear all of them.
enum constant summary | |
---|---|
clearall
clears the comments, content and formats of the cell. |
|
clearcomment
clears the comments of the cell. |
|
clearconditionalformats
clears all the conditional format |
|
clearcontent
clears the contents of the cell. |
|
clearformat
clears the formats of the cell. |
enum constant detail |
---|
public static final excelclearoptions clearformat
public static final excelclearoptions clearcontent
public static final excelclearoptions clearcomment
public static final excelclearoptions clearall
public static final excelclearoptions clearconditionalformats
|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | enum constants | field | method | detail: enum constants | field | method |