[]
        
(Showing Draft Content)

C1.C1Preview.CellSplitBehaviorEnum

CellSplitBehaviorEnum Enum

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

Namespace: C1.C1Preview
Assembly: C1.PrintDocument.8.dll
Syntax
public enum CellSplitBehaviorEnum

Fields

Name Description
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.

Split

The content of a cell should be split if the cell is split.