NGridScale Protocol Reference
| Conforms to | NSObject |
|---|---|
| Declared in | NGridScale.h |
Overview
The NGridScale protocol defines the interface used for mapping input values in ranges to constant values of any type.
– value:
required method
Returns mapped object
- (id<NGridConditionalFormattingRuleProtocol>)value:(NSObject *)valueParameters
value |
Input value. |
|---|
Declared In
NGridScale.h