Table of Contents

ExcelFile.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

Namespace: FlexCel.Core

public abstract Int32 GetKeepRowsTogether(Int32 row)

Parameters

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

Returns

The Keep together level of the row.

See also