Represents autofiltering inside a worksheet.
Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms
SyntaxC#
Copy Code
|
|---|
public class AutoFilter |
Visual Basic
Copy Code
|
|---|
Public Class AutoFilter |
RemarksAn instance of this class can be accessed through the AutoFilter property of the Worksheet class when autofiltering is enabled in the worksheet. To turn autofiltering on, call the AutoFilter method of the CellRange class.
Inheritance HierarchySystem.Object![]()
MindFusion.Spreadsheet.AutoFilter
See Also