SpreadJS Documentation
UniqueCondition type
Represents a unique condition and sets whether to check for duplicate data.
Syntax
var instance = new GcSpread.Sheets.UniqueCondition(duplicated, ranges);
function UniqueCondition;
Inheritance Hierarchy

Object
   GcSpread.Sheets.UniqueCondition

Constructors
 NameDescription
public ConstructorUniqueCondition ConstructorRepresents a unique condition and sets whether to check for duplicate data.  
Top
Fields
 NameDescription
public FieldexpectedSpecifies whether the expected value is duplicated.  
public FieldignoreBlankSpecifies whether to ignore the blank cell.  
public FieldrangesThe cell range array for the condition.  
Top
Methods
 NameDescription
public MethodevaluateEvaluates the condition using the specified evaluator.  
public MethodgetExpectedGets the expected value.  
public MethodresetResets this instance.  
Top
See Also

Reference

GcSpread.Sheets Namespace

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.