_Worksheet.FilterMode Property

Definition

True if the worksheet is in filter mode. Read-only Boolean.

public:
 property bool FilterMode { bool get(); };
public bool FilterMode { get; }
Public ReadOnly Property FilterMode As Boolean

Property Value

Remarks

This property is True if the worksheet contains a filtered list in which there are hidden rows.

Applies to