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