Class Index

Classes


Class $.wijmo.wijspread.CriteriaType

Class Summary
Constructor Attributes Constructor Name and Description
 
Indicates the data validator criteria type.
Field Summary
Field Attributes Field Name and Description
 
Specifies that the data validation allows any type of value and does not check for a type or range of values.
 
Specifies that the data validation uses a custom formula to check the cell value.
 
Specifies that the data validation checks for and allows date values satisfying the given condition.
 
Specifies that the data validation checks for and allows decimal values satisfying the given condition.
 
Specifies that the data validation checks for and allows a value that matches one in a list of values.
 
Specifies that the data validation checks for and allows text values whose length satisfies the given condition.
 
Specifies that the data validation checks for and allows time values satisfying the given condition.
 
Specifies that the data validation checks for and allows whole number values satisfying the given condition.
Class Detail
$.wijmo.wijspread.CriteriaType()
Indicates the data validator criteria type.
Field Detail
AnyValue
Specifies that the data validation allows any type of value and does not check for a type or range of values.

Custom
Specifies that the data validation uses a custom formula to check the cell value.

Date
Specifies that the data validation checks for and allows date values satisfying the given condition.

DecimalValues
Specifies that the data validation checks for and allows decimal values satisfying the given condition.

List
Specifies that the data validation checks for and allows a value that matches one in a list of values.

TextLength
Specifies that the data validation checks for and allows text values whose length satisfies the given condition.

Time
Specifies that the data validation checks for and allows time values satisfying the given condition.

WholeNumber
Specifies that the data validation checks for and allows whole number values satisfying the given condition.

©2013. ComponentOne, a division of GrapeCity. All Rights Reserved.