NGridConditionalFormattingRule Class Reference
Inherits from | NSObject |
---|---|
Conforms to | NGridConditionalFormattingRuleProtocol |
Declared in | NGridConditionalFormattingRule.h |
ruleType
Type of the rule.
@property (assign) NGridConditionalFormattingRuleType ruleType
Declared In
NGridConditionalFormattingRule.h
valueA
First value.
@property (retain) NSObject *valueA
Declared In
NGridConditionalFormattingRule.h
valueB
Second value.
@property (retain) NSObject *valueB
Declared In
NGridConditionalFormattingRule.h
caseInsensitive
A Boolean value that determines whether the case insensitive compare function should be used to compare strings.
@property (assign) BOOL caseInsensitive
Declared In
NGridConditionalFormattingRule.h