API Reference
Class
ExcelAutoFilterSnapshot
Immutable auto-filter metadata discovered during inspection.
Inheritance
- Object
- ExcelAutoFilterSnapshot
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 ExcelTableSnapshot.AutoFilter
- Property ExcelWorksheetSnapshot.AutoFilter
Constructors
public ExcelAutoFilterSnapshot() #Inherited Methods
Properties
public String A1Range { get; set; } #Filtered range in A1 notation.
public Int32 StartRow { get; set; } #One-based starting row of the filter range.
public Int32 EndRow { get; set; } #One-based ending row of the filter range.
public Int32 StartColumn { get; set; } #One-based starting column of the filter range.
public Int32 EndColumn { get; set; } #One-based ending column of the filter range.
public IReadOnlyList<ExcelFilterColumnSnapshot> Columns { get; } #Filter criteria defined per relative column.