'Declaration Public Enum CellSplitBehaviorEnum Inherits System.Enum
public enum CellSplitBehaviorEnum : System.Enum
'Declaration Public Enum CellSplitBehaviorEnum Inherits System.Enum
public enum CellSplitBehaviorEnum : System.Enum
Member | 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. |
System.Object
System.ValueType
System.Enum
C1.C1Preview.CellSplitBehaviorEnum