NGridFilterSettings Class Reference
| Inherits from | NSObject |
|---|---|
| Conforms to | NGridFilterSettingsProtocol |
| Declared in | NGridFilterSettings.h |
filterZeroRows
A Boolean value that determines whether the filter should remove zero rows.
@property (assign) BOOL filterZeroRowsDeclared In
NGridFilterSettings.h
filterZeroColumns
A Boolean value that determines whether the filter should remove zero columns.
@property (assign) BOOL filterZeroColumnsDeclared In
NGridFilterSettings.h
filterEmptyRows
A Boolean value that determines whether the filter should remove empty rows.
@property (assign) BOOL filterEmptyRowsDeclared In
NGridFilterSettings.h
filterEmptyColumns
A Boolean value that determines whether the filter should remove empty columns.
@property (assign) BOOL filterEmptyColumnsDeclared In
NGridFilterSettings.h
filterNonNumericRows
A Boolean value that determines whether the filter should remove non-numeric rows.
@property (assign) BOOL filterNonNumericRowsDeclared In
NGridFilterSettings.h
filterNonNumericColumns
A Boolean value that determines whether the filter should remove non-numeric columns.
@property (assign) BOOL filterNonNumericColumnsDeclared In
NGridFilterSettings.h
settings
Settings of the filter.
@property (readonly) NSMutableArray *settingsDeclared In
NGridFilterSettings.h