FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > SheetView Class : AutoFilterColumn Method |
Overload | Description |
---|---|
AutoFilterColumn | Automatically filters the rows in the specified column according to the specified filter. |
fpSpread1.ActiveSheet.Columns[2].AllowAutoFilter = true; fpSpread1.ActiveSheet.AutoFilterColumn(2, "London", 1);
FpSpread1.ActiveSheet.Columns(2).AllowAutoFilter = True FpSpread1.ActiveSheet.AutoFilterColumn(2, "London", 1)
Target Platforms: Windows 2000 Professional (SP4), Windows 2000 Server, Windows 2003 Server (SP1), Windows 2008, Windows XP (SP2), Windows Vista, Windows 7, Windows 8
SheetView Class
SheetView Members
HideRowFilter Class
StyleRowFilter Class