Table of Contents

XlsFile.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.XlsAdapter

public override Boolean HasKeepRowsTogether()

See also