| CellOfs |
Offset for the cells. Internal use.
|
| ErrNoAdvStrGrid |
No TAdvStringGrid is attached to the component.
|
| Clear |
Clears everything on the sheet before exporting the grid.
|
| OverwriteCells |
Overwrites existing cells, but does not clear any existing information on the sheet.
|
| InsertRows |
Inserts the grid inside the existing sheet, moving all the other rows down.
|
| InsertCols |
Inserts the grid inside the existing sheet, moving all the other columns to the right.
|
| InsertRowsExceptFirstAndSecond |
Inserts the grid inside the existing sheet, moving all the other rows down (Grid.RowCount - 2) rows. The first two rows will be overwritten. This can be used to export for example inside of a chart.
|
| InsertColsExceptFirstAndSecond |
Inserts the grid inside the existing sheet, moving all the other columns right (Grid.ColCount - 2) columns. The first two columns will be overwritten. This can be used to export for example inside of a chart.
|
| Value |
The cell will be converted to what it represents. For example, the string "1/1/2000" will be entered as a date.
|
| Text |
Whatever you have in the grid, will be exported as a string to Excel. Numeric format will be preserved, but the Excel cells will contain strings, never numbers. Those strings can't be used in formulas, for example the sum of a range containing strings with numbers will always be 0.
|
| Html |
The cell contains HTML formatted text, and will be entered in Excel as rich text.
|
| Formula |
The cell contains a formula.
|
| SingleSheet |
Only the current sheet in a workbook will be exported.
|
| AllSheetsAsTabs |
All sheets in the workbook will be exported, with tabs at the top.
|
| AllSheetsAsSingleFile |
All sheets will be exported, one after the other in the same filesheet.
|
| None |
Hyperlinks won't be exported to Excel.
|
| FirstLink |
The first link in the cell will be exported. Note that Excel doesn't allow more than 1 link per cell.
|