Table of Contents

ExcelFile.DumpKeepColsTogetherLevels 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 column and writer it the row "row". Note that the contents of row will be overwritten.

Syntax

Namespace: FlexCel.Core

public abstract void DumpKeepColsTogetherLevels(Int32 row, Int32 XF)

Parameters

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

See also