Table of Contents

TExcelFile.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.Core

procedure TExcelFile.UnshareWorkbook; virtual; abstract;

See also