Table of Contents

TXlsFile.IsSharedWorkbook Method

Returns true is this is a shared workbook. This method only will return true for xls files, since FlexCel doesn't load tracking changes in xlsx files.

Syntax

Unit: FlexCel.XlsAdapter

function TXlsFile.IsSharedWorkbook: Boolean; override;

See also