Table of Contents

XlsFile.DumpKeepRowsTogetherLevels Method

This method is used for debugging intelligent page breaks (see 'Intelligent page breaks' in the Api Developer Guide. It will read the keep-together level for every row ad write it at the column "col". Note that the contents of col will be overwritten.

Syntax

Namespace: FlexCel.XlsAdapter

public override void DumpKeepRowsTogetherLevels(Int32 col, Int32 XF)

Parameters

<-> Parameter Type Description
col Int32 Column where the keep-together levels will be written (1 based). Existing data in the column will be overwritten.
XF Int32 Format for the cells that will be written.

See also