Class Index

Classes


Class $.wijmo.wijspread.GeneralCompareType

Class Summary
Constructor Attributes Constructor Name and Description
 
Specifies the general operator.
Field Summary
Field Attributes Field Name and Description
 
Indicates whether the number is equal to a specified number.
 
Indicates whether the number is greater than a specified number.
 
Indicates whether the number is greater than or equal to a specified number.
 
Indicates whether the number is less than a specified number.
 
Indicates whether the number is less than or equal to a specified number.
 
Indicates whether the number is not equal to a specified number.
Class Detail
$.wijmo.wijspread.GeneralCompareType()
Specifies the general operator.
Field Detail
EqualsTo
Indicates whether the number is equal to a specified number.

GreaterThan
Indicates whether the number is greater than a specified number.

GreaterThanOrEqualsTo
Indicates whether the number is greater than or equal to a specified number.

LessThan
Indicates whether the number is less than a specified number.

LessThanOrEqualsTo
Indicates whether the number is less than or equal to a specified number.

NotEqualsTo
Indicates whether the number is not equal to a specified number.

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