Table of Contents

TExcelFile.GetKeepRowsTogether Method

Returns the value of level for a row as set in KeepRowsTogether. Note that the last value of a "keep together" range is 0. For example, if you set KeepRowsTogether(1, 3, 8, true); GetKeepRowsTogether will return 8 for rows 1 and 2, and 0 for row 3.

Syntax

Unit: FlexCel.Core

function TExcelFile.GetKeepRowsTogether(const row: Integer): Integer; virtual; abstract;

Parameters

<-> Parameter Type Description
const row Integer Row index. (1 based)

Returns

The Keep together level of the row.

See also