Table of Contents

TXlsFile.HasKeepRowsTogether Method

Returns true if there is any row marked as keeptogether in the sheet. This method traverses every row to find out, so it can be somehow slow and you should not call it too often.

Syntax

Unit: FlexCel.XlsAdapter

function TXlsFile.HasKeepRowsTogether: Boolean; override;

See also