'宣言 Public Enum CellSplitBehaviorEnum Inherits System.Enum
'使用法 Dim instance As CellSplitBehaviorEnum
public enum CellSplitBehaviorEnum : System.Enum
'宣言 Public Enum CellSplitBehaviorEnum Inherits System.Enum
'使用法 Dim instance As CellSplitBehaviorEnum
public enum CellSplitBehaviorEnum : System.Enum
メンバ | 解説 |
---|---|
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