Enumerates the possible handling of a RenderTable cell's content when the cell is split between pages.

Namespace:  C1.C1Preview
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public enum CellSplitBehaviorEnum
Visual Basic
Public Enumeration CellSplitBehaviorEnum

Members

Member nameDescription
Split The content of a cell should be split if the cell is split.
Copy The content of a cell should be copied each time the cell is split.
Cut The content of a cell should be printed just once, and cut if the cell is split and not all content fits.

See Also