TableRowSection 列舉

定義

指定 TableRow 物件在 Table 控制項中的位置。

public enum class TableRowSection
public enum TableRowSection
type TableRowSection = 
Public Enum TableRowSection
繼承
TableRowSection

欄位

TableBody 1

TableRow 位於 Table 的主體中。

TableFooter 2

TableRow 位於 Table 的頁尾中。

TableHeader 0

TableRow 位於 Table 的標頭中。

備註

列舉 TableRowSectionTableRow 指定物件是放在控制項的主體、頁首或頁尾 Table 中。

列舉 TableRowSection 表示 類別之 屬性的 TableRow 可能值 TableSection

列舉 TableRowSection 可讓您使用 Table 控制項建置可存取的網站,方法是將 、 tbodytfoot 元素新增 thead 至轉譯至用戶端的 HTML。 如果資料表中的所有資料列都在 元素中 tbody ,則不會轉譯區段資訊。 至少一個資料列必須位於非主體專案中。

使用宣告式語法時,區段的順序必須如下:頁首、本文,然後是頁尾。

適用於

另請參閱