Table of Contents

ExcelFile.HasKeepRowsTogether Method

Returns true if there is any row marked as keeptogether in the sheet. This method traverses every row to find out, so it can be somehow slow and you should not call it too often.

Syntax

Namespace: FlexCel.Core

public abstract Boolean HasKeepRowsTogether()

See also