'Declaration Public Enum TableHeaderEnum Inherits System.Enum
public enum TableHeaderEnum : System.Enum
'Declaration Public Enum TableHeaderEnum Inherits System.Enum
public enum TableHeaderEnum : System.Enum
Member | Description |
---|---|
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