|
FlexCel Studio for VCL/LCL
|
If true, hidden rows will be shown in the sheet, else they will be hidden.
property ShowHiddenRows: boolean;
__property boolean ShowHiddenRows;
You can add a toggle button to your user interface that hides or shows all hidden rows by changing this property.
If you used a loop by setting all rows to visible in the file, then when the user presses the button again, all rows will be shown.
With this property you can hide again only the rows that were hidden in first place.
|
Copyright (c) 2002-2008 TMS Software. All rights reserved.
|
|
What do you think about this topic? Send feedback!
|