TXlsFile.DeleteWindow Method
Deletes a window from the file. Note that this isn't a sheet, but another view of the workbook. Most Excel documents have only one window.
Syntax
Unit: FlexCel.XlsAdapter
procedure TXlsFile.DeleteWindow(const windowIndex: Integer); override;
Parameters
<-> |
Parameter |
Type |
Description |
const |
windowIndex |
Integer |
Index of the window to delete (1-based) |
See also