Constants used to by the the Filters property in Settings.
Name |
Description |
syFiltersENABLED |
Enable or Disable all other Filters options. |
syFiltersCase |
Text compare Case Insensitive. "ABC" vs "abc" will not result in a differences. |
syFiltersTrim |
Text compare Trim text. "ABC " vs "ABC" will not result in a differences. |
syFiltersType |
Differences in Datatype are ignored. Use to ignore differences between Date values and String values representing Dates. |
syFiltersConstant |
All constants are ignored. Only formulas are compared. |
syFiltersFormula |
All formulas are ignored. Only constants are compared. |
syFiltersHidCols |
Data in Hidden Columns will be ignored. |
syFiltersHidRows |
Data in Hidden Rows will be ignored. |