public class ConditionalFormattingValue
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
int |
getType()
Gets the type of this conditional formatting value object.
|
java.lang.Object |
getValue()
Gets the value of this conditional formatting value object.
|
boolean |
isGTE()
Gets the Greater Than Or Equal flag.
|
void |
setGTE(boolean value)
Sets the Greater Than Or Equal flag.
|
void |
setType(int value)
Sets the type of this conditional formatting value object.
|
void |
setValue(java.lang.Object value)
Sets the value of this conditional formatting value object.
|
public java.lang.Object getValue()
Remarks
If the value is string and start with "=", it will be processed as a formula, otherwise we will process it as a simple value.public void setValue(java.lang.Object value)
Remarks
If the value is string and start with "=", it will be processed as a formula, otherwise we will process it as a simple value.public int getType()
public void setType(int value)
public boolean isGTE()
public void setGTE(boolean value)
See Also:
Aspose.Cells Documentation - the home page for the Aspose.Cells Product Documentation.
Aspose.Cells Support Forum - our preferred method of support.
We guarantee a prompt response to any inquiry!
© Aspose Pty Ltd 2003-2025. All Rights Reserved.