C1.WPF.PrintDocument.4.6.2 Assembly / C1.C1Preview Namespace / CellSplitBehaviorEnum Enumeration

CellSplitBehaviorEnum Enumeration
Enumerates the possible handling of a RenderTable cell's content when the cell is split between pages.
Syntax
'Declaration
 
Public Enum CellSplitBehaviorEnum 
   Inherits System.Enum
 
Members
MemberDescription
CopyThe content of a cell should be copied each time the cell is split.
CutThe content of a cell should be printed just once, and cut if the cell is split and not all content fits.
SplitThe content of a cell should be split if the cell is split.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.C1Preview.CellSplitBehaviorEnum

See Also