Spread.Sheets Documentation
Condition type
Represents a conditional item using the parameter object.
Syntax
var instance = new GC.Spread.Sheets.ConditionalFormatting.Condition(conditionType, args);
function Condition;
Inheritance Hierarchy

Object
   GC.Spread.Sheets.ConditionalFormatting.Condition

Constructors
 NameDescription
public ConstructorCondition ConstructorRepresents a conditional item using the parameter object.  
Top
Methods
 NameDescription
public MethodcompareTypeGets or sets the rule compare type.  
public MethodevaluateEvaluates the condition using the specified evaluator.  
public MethodexpectedGets or sets the expected value.  
public MethodformulaGets or sets the expected formula.  
public Methodstatic (Shared in Visual Basic)fromDayCreates a date extend condition object from the specified day.  
public Methodstatic (Shared in Visual Basic)fromFormulaCreates the area condition from formula data.  
public Methodstatic (Shared in Visual Basic)fromMonthCreates a date extend condition object from the specified month.  
public Methodstatic (Shared in Visual Basic)fromQuarterCreates a date extend condition object from the specified quarter.  
public Methodstatic (Shared in Visual Basic)fromSourceCreates the area condition from source data.  
public Methodstatic (Shared in Visual Basic)fromWeekCreates a date extend condition object from the specified week.  
public Methodstatic (Shared in Visual Basic)fromYearCreates a date extend condition object from the specified year.  
public MethodgetExpectedGets the expected value.  
public MethodgetValidListReturns the list of valid data items.  
public MethodignoreBlankGets or sets whether to ignore the blank cell.  
public MethodignoreCaseGets or sets whether to ignore case when performing the comparison.  
public Methoditem1Gets or sets the first condition.  
public Methoditem2Gets or sets the second condition.  
public MethodrangesGets or sets the condition ranges.  
public MethodresetResets this instance.  
public MethodtreatNullValueAsZeroGets or sets whether to treat the null value in a cell as zero.  
public MethoduseWildCardsGets or sets whether to compare strings using wildcards.  
Top
See Also

Reference

GC.Spread.Sheets.ConditionalFormatting Namespace

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.