NGridHighlightType Constants Reference
| Declared in | NGridHighlightSettings.h |
|---|
NGridHighlightType
Options to specify highlight settings type.
Definition
typedef NS_ENUM(NSInteger, NGridHighlightType ) {
NGridHighlightTypeNone,
NGridHighlightTypeEqual,
NGridHighlightTypeNotEqual,
NGridHighlightTypeGreater,
NGridHighlightTypeLess,
NGridHighlightTypeGreaterOrEqual,
NGridHighlightTypeLessOrEqual,
NGridHighlightTypeBetween,
NGridHighlightTypeLessOrGreater,
NGridHighlightTypeGreatest,
NGridHighlightTypeLowest,
NGridHighlightTypeContain,
NGridHighlightTypeSuffix,
NGridHighlightTypePrefix,
NGridHighlightTypeNotContain,
NGridHighlightTypeNotSuffix,
NGridHighlightTypeNotPrefix,
};
Constants
NGridHighlightTypeNone-
Highlight settings have no type and are not used.
Declared In
NGridHighlightSettings.h. NGridHighlightTypeEqual-
Highlight the cells with the values equal to the value of highlight settings.
Declared In
NGridHighlightSettings.h. NGridHighlightTypeNotEqual-
Highlight the cells with the values not equal to the value of highlight settings.
Declared In
NGridHighlightSettings.h. NGridHighlightTypeGreater-
Highlight the cells with the values greater than the value of highlight settings.
Declared In
NGridHighlightSettings.h. NGridHighlightTypeLess-
Highlight the cells with the values less than the value of highlight settings.
Declared In
NGridHighlightSettings.h. NGridHighlightTypeGreaterOrEqual-
Highlight the cells with the values greater or equal to the value of highlight settings.
Declared In
NGridHighlightSettings.h. NGridHighlightTypeLessOrEqual-
Highlight the cells with the values less or equal to the value of highlight settings.
Declared In
NGridHighlightSettings.h. NGridHighlightTypeBetween-
Highlight the cells with the values in the interval between first and second highlight settings values.
Declared In
NGridHighlightSettings.h. NGridHighlightTypeLessOrGreater-
Highlight the cells with the values less than the first highlight value and greater than the second one.
Declared In
NGridHighlightSettings.h. NGridHighlightTypeGreatest-
Highlight the cells with the greatest value. The number of highlighted cells equals to the highlight settings value.
Declared In
NGridHighlightSettings.h. NGridHighlightTypeLowest-
Highlight the cells with the lowest value. The number of highlighted cells equals to the highlight settings value.
Declared In
NGridHighlightSettings.h. NGridHighlightTypeContain-
Highlight the cells with the values containing the highlight settings value.
Declared In
NGridHighlightSettings.h. NGridHighlightTypeSuffix-
Highlight cells with the suffix equal to the highlight settings value.
Declared In
NGridHighlightSettings.h. NGridHighlightTypePrefix-
Highlight cells with the prefix equal to the highlight settings value.
Declared In
NGridHighlightSettings.h. NGridHighlightTypeNotContain-
Highlight the cells without the values containing the highlight settings value.
Declared In
NGridHighlightSettings.h. NGridHighlightTypeNotSuffix-
Highlight cells without the suffix equal to the highlight settings value.
Declared In
NGridHighlightSettings.h. NGridHighlightTypeNotPrefix-
Highlight cells without the prefix equal to the highlight settings value.
Declared In
NGridHighlightSettings.h.
Declared In
NGridHighlightSettings.h