ASP.NET TableCell RowSpan 屬性

2018-09-13 17:35 更新

ASP.NET TableCell RowSpan 屬性


TableCell 控件 TableCell 控件

定義和用法

RowSpan 屬性用于設(shè)置或返回 Table 控件中 TableCell 橫跨的行數(shù)。

語法

<asp:TableCell RowSpan="num" runat="server">
Some content
</asp:TableCell>
?
屬性 描述
num 規(guī)定 TableCell 橫跨的行數(shù)。


實(shí)例

下面的實(shí)例把 RowSpan 屬性設(shè)置為 "2":

<form runat="server">
<asp:Table id="tab1" runat="server">

<asp:TableRow>
<asp:TableCell RowSpan="2">
Some Content
</asp:TableCell>
<asp:TableCell>
Some Content
</asp:TableCell>
</asp:TableRow>

<asp:TableRow>
<asp:TableCell>
Some Content
</asp:TableCell>
</asp:TableRow>

</asp:Table>
</form>

演示實(shí)例 ?

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

掃描二維碼

下載編程獅App

公眾號(hào)
微信公眾號(hào)

編程獅公眾號(hào)