'宣言 Public Enum StretchColumnEnum Inherits System.Enum
'使用法 Dim instance As StretchColumnEnum
public enum StretchColumnEnum : System.Enum
'宣言 Public Enum StretchColumnEnum Inherits System.Enum
'使用法 Dim instance As StretchColumnEnum
public enum StretchColumnEnum : System.Enum
| メンバ | 解説 | 
|---|---|
| Default | The behavior depends on the RenderTable.StretchColumns property of the containing RenderTable. | 
| IfLastOnPage | The column can be stretched if it is the last row on the page. | 
| No | The column cannot be stretched. | 
| Yes | The column can be stretched as needed. | 
System.Object
   System.ValueType
      System.Enum
         C1.C1Preview.StretchColumnEnum