'宣言 Public Enum TableHeaderEnum Inherits System.Enum
'使用法 Dim instance As TableHeaderEnum
public enum TableHeaderEnum : System.Enum
'宣言 Public Enum TableHeaderEnum Inherits System.Enum
'使用法 Dim instance As TableHeaderEnum
public enum TableHeaderEnum : System.Enum
メンバ | 解説 |
---|---|
All | The header is repeated at the top of all pages. If there are multiple columns per page, the header is repeated at the top of each column. |
Column | The header is repeated only if there are multiple columns per page, at the top of each column except the first on the page. If there is only one column, the header is not printed at all. |
None | The header is printed once at the top of the table. |
Page | The header is repeated at the top of each page. If there are multiple columns per page, the header is repeated only at the top of the first column on the page. |
System.Object
System.ValueType
System.Enum
C1.C1Preview.TableHeaderEnum