THtmlSpreadView Class
The properties in this class make the generated file look more like when you view a Spreadsheet in Excel, and less like a printed page. By default, FlexCel tries to mimic the printed-page output, not the interactive view.
Syntax
Unit: FlexCel.Render
THtmlSpreadView = class(TFlexCelObject);
Constructors
Name | Description |
---|---|
Create | Creates a new instance of THtmlSpreadView. |
Properties
Name | Description |
---|---|
UseViewGridLinesAndHeadings | By default, FlexCel will use the settings for gridlines and headings that apply to the printed page. If you set this property to true, it will use the settings for the interactive view. |
IgnorePrintAreas | If true, we will use the maximum visible column and row in the spreadsheet, ignoring any print area that might be set in the sheet. This will make the generated file look more like the interactive view in Excel, and not like what the printed page would look like. |
HotTrack | You can set the properties inside so the cells will highlight when the mouse is over them. Note that tracking the columns will increase the size of the generated file. On the ohter hand, tracking the rows and cells will not increase the file size. No javascript is used for the tracking, only CSS. |