|
FlexCel Studio for VCL/LCL
|
This is the maximum row that should be displayed. If there are images on a sheet, it can be bigger than MaxRow. If a row or cell has format but the format is not visible (for example a different height) it will not show.
property MaxPrintableRow: integer;
__property int MaxPrintableRow;
Different from TFlexCelImport.MaxRow , this property includes images.
Different from MaxVisibleRow, this property will not include formatted rows at the bottom.
If for example you have row 500 set to red, but you only have data in the first 100 rows, this property will return 100, MaxVisibleRow will return 500.
For printing, you normally need to use this property, as it will avoid printing garbage at the end.
The algorithm used is also the same as Excel itself uses to calculate the printing area for a sheet.
|
Copyright (c) 2002-2008 TMS Software. All rights reserved.
|
|
What do you think about this topic? Send feedback!
|