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 filterZeroRows
Declared In
NGridFilterSettings.h
filterZeroColumns
A Boolean value that determines whether the filter should remove zero columns.
@property (assign) BOOL filterZeroColumns
Declared In
NGridFilterSettings.h
filterEmptyRows
A Boolean value that determines whether the filter should remove empty rows.
@property (assign) BOOL filterEmptyRows
Declared In
NGridFilterSettings.h
filterEmptyColumns
A Boolean value that determines whether the filter should remove empty columns.
@property (assign) BOOL filterEmptyColumns
Declared In
NGridFilterSettings.h
filterNonNumericRows
A Boolean value that determines whether the filter should remove non-numeric rows.
@property (assign) BOOL filterNonNumericRows
Declared In
NGridFilterSettings.h
filterNonNumericColumns
A Boolean value that determines whether the filter should remove non-numeric columns.
@property (assign) BOOL filterNonNumericColumns
Declared In
NGridFilterSettings.h
settings
Settings of the filter.
@property (readonly) NSMutableArray *settings
Declared In
NGridFilterSettings.h