Spread Windows Forms 6.0 Product Documentation
Showing or Hiding Filter Indicators
Support Options
Spread Windows Forms 6.0 Product Documentation > Developer's Guide > Customizing Row or Column Interaction > Managing Filtering of Rows of User Data > Setting the Appearance of Filter Indicators > Showing or Hiding Filter Indicators

Glossary Item Box

You can display for the user or hide from the user the filter indicators that may appear in the column headers.

Using Code

Here is an example of hiding the filter indicator in code.

Example

C# Copy Code
FpSpread1.Sheets[0].Columns[0].ShowFilterIndicator = false;
 
VB Copy Code
FpSpread1.Sheets(0).Columns(0).ShowFilterIndicator = False
 

Return to Setting the Appearance of Filter Indicators.

© 2002-2012 ComponentOne, a division of GrapeCity. All Rights Reserved.