Table of Contents

TXlsFile.UnshareWorkbook Method

Removes the "track changes" information of the workbook and unshares the workbook. This is only needed for xls files, as FlexCel doesn't save tracking changes in xlsx files, and the feature is deprecated in Excel.

Syntax

Unit: FlexCel.XlsAdapter

procedure TXlsFile.UnshareWorkbook; override;

See also