API Reference
Class
ExcelFilterColumnSnapshot
Immutable filter-column metadata discovered during inspection.
Inheritance
- Object
- ExcelFilterColumnSnapshot
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Property ExcelAutoFilterSnapshot.Columns
Constructors
public ExcelFilterColumnSnapshot() #Inherited Methods
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.