Table of Contents

ExcelFile.HasKeepColsTogether Method

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

Syntax

Namespace: FlexCel.Core

public abstract Boolean HasKeepColsTogether()

See also