Excel.Interfaces.AutoFilterLoadOptions interface
表示 AutoFilter
对象。 自动筛选根据单元格内容将 Excel 列中的值转换为特定筛选器。
注解
属性
$all |
|
criteria | 在自动筛选区域中保留所有筛选条件的数组。 |
enabled | 指定是否启用自动筛选。 |
is |
指定自动筛选是否具有筛选条件。 |
属性详细信息
$all
$all
为加载选项指定将加载所有标量属性 ((例如Range.address
) ,但不加载导航属性 (如 Range.format.fill.color
) )。
$all?: boolean;
属性值
boolean