API Reference
Class
ExcelFilterColumnSnapshot
Immutable filter-column metadata discovered during inspection.
Inheritance
- Object
- ExcelFilterColumnSnapshot
Constructors
public ExcelFilterColumnSnapshot() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public Int32 ColumnId { get; set; } #Zero-based column identifier relative to the filter range.
public IReadOnlyList<String> Values { get; } #Explicit visible values recorded by the source workbook for this filter.
public ExcelCustomFiltersSnapshot CustomFilters { get; set; } #Custom filter predicates recorded for this column, when present.