Table of Contents

XlsFile.HasVPageBreak Method

True if the sheet has a Manual Vertical page break on the column.

Syntax

Namespace: FlexCel.XlsAdapter

public override Boolean HasVPageBreak(Int32 col)

Parameters

<-> Parameter Type Description
col Int32 Column to check
Note that column can be 0, and this would mean a page break before column 1. (which Excel will ignore)

See also