FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > Column Class : AllowAutoFilter Property |
'Declaration Public Property AllowAutoFilter As Boolean
'Usage Dim instance As Column Dim value As Boolean instance.AllowAutoFilter = value value = instance.AllowAutoFilter
public bool AllowAutoFilter {get; set;}
fpSpread1.ActiveSheet.Columns[1].AllowAutoFilter = true;
FpSpread1.ActiveSheet.Columns(1).AllowAutoFilter = True
Target Platforms: Windows 2000 Professional (SP4), Windows 2000 Server, Windows 2003 Server (SP1), Windows 2008, Windows XP (SP2), Windows Vista, Windows 7, Windows 8