icolorscale-ag凯发旗舰厅
com.spire.xls.core
interface icolorscale
public interface icolorscale
this interface provides access to the color scale condition in the conditional format.
method summary |
java.util.list |
getcriteria()
returns a collection of individual icolorconditionvalue objects. |
void |
setconditioncount(int count)
sets number of icolorconditionvalue objects in the collection. |
getcriteria
java.util.list getcriteria()
- returns a collection of individual icolorconditionvalue objects.
the icolorconditionvalue object specifies the type, value, and the color
of threshold criteria used in the color scale conditional format. read-only.
setconditioncount
void setconditioncount(int count)
- sets number of icolorconditionvalue objects in the collection. supported values are 2 and 3.
- parameters:
count
- number of conditions.