ASP.NET TableRow TableSection 屬性

2018-09-05 05:03 更新

ASP.NET TableRow TableSection 屬性


TableRow 控件 TableRow 控件

定義和用法

TableSection 屬性用于設置或返回 Table 控件中的 TableRow 對象的位置。

使用 TableSection 屬性來獲取或設置在 Table 控件中放置 TableRow 對象的位置。

語法

<asp:TableRow TableSection="section" runat="server">
Some Content
</asp:TableRow>
?
屬性 描述
section 規(guī)定該行所屬的表格部分。

可能的值:

  • TableHeader - 表頭行
  • TableBody - 默認。表的正文
  • TableFooter - 腳注行


實例

下面的實例設置了 TableRow 控件的 TableSection 屬性:

<form runat="server">
<asp:table id="Table1" runat="server" GridLines="Both">

<asp:TableRow TableSection="TableHeader">
<asp:TableCell>Header</asp:TableCell>
</asp:TableRow>

</asp:table>
</form>

演示實例 ?

TableRow 控件 TableRow 控件
以上內(nèi)容是否對您有幫助:
在線筆記
App下載
App下載

掃描二維碼

下載編程獅App

公眾號
微信公眾號

編程獅公眾號