Enumerates the possible handling of a RenderTable cell's content
            when the cell is split between pages.
            
        
    Namespace: 
   C1.C1PreviewAssembly: C1.C1Report.2 (in C1.C1Report.2.dll)
 Syntax
Syntax
| C# | 
|---|
| public enum CellSplitBehaviorEnum | 
| Visual Basic | 
|---|
| Public Enumeration CellSplitBehaviorEnum | 
 Members
Members
| Member name | Description | |
|---|---|---|
| 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. | 
 
     
     
     
     
    