HotXLS Delphi Excel Read Write Library / Component Developers Guide loslab Inc.

Previous property

Returns a IXLSWorksheet object that represents the previous sheet. Read-only.

Syntax

property Previous: IXLSWorksheet;

Example

This example displays the name of the previous sheet.

if Assigned(Worksheet.Previous) then
   MessageDlg('The previous Worksheet name is "' + Worksheet.Previous.Name + '"',
           mtInformation, [mbOk], 0);
Copyright©2007-2019 loslab.com