ASP.NET TableCell 控件

2018-09-23 11:59 更新

ASP.NET TableCell 控件


Web Server Controls Web 服務器控件

定義和用法

TableCell 控件與 Table 控件和 TableRow 控件結合,用于創(chuàng)建表格中的單元格。

提示:每行的單元均存儲在 TableRow 控件的 Cells 集合中。


屬性

屬性 描述 .NET
AssociatedHeaderCellID 與 TableCell 控件關聯(lián)的表標題單元格列表。 2.0
ColumnSpan 單元格跨越的列數(shù)。 1.0
HorizontalAlign 表格單元格中內(nèi)容的水平對齊方式。 1.0
RowSpan 單元格跨越的行數(shù)。 1.0
runat 規(guī)定該控件是服務器控件。必須設置為 "server"。 1.0
Text 規(guī)定表格單元格的文本。 1.0
VerticalAlign 表格單元格中內(nèi)容的垂直對齊方式。 1.0
Wrap 規(guī)定單元格內(nèi)容是否換行。 1.0

Web 控件標準屬性

AccessKey, Attributes, BackColor, BorderColor, BorderStyle, BorderWidth, CssClass, Enabled, Font, EnableTheming, ForeColor, Height, IsEnabled, SkinID, Style, TabIndex, ToolTip, Width

如需完整描述,請訪問 Web 控件標準屬性。

控件標準屬性

AppRelativeTemplateSourceDirectory, BindingContainer, ClientID, Controls, EnableTheming, EnableViewState, ID, NamingContainer, Page, Parent, Site, TemplateControl, TemplateSourceDirectory, UniqueID, Visible

如需完整描述,請訪問 控件標準屬性。


實例

Table
在本例中,我們在 .aspx 文件中聲明了兩個 Table 控件。

Table 2
在本例中,我們在 .aspx 文件中聲明了一個 Table 控件,三個 TableRow 控件,和兩個 TableCell 控件。


Web Server Controls Web 服務器控件
以上內(nèi)容是否對您有幫助:
在線筆記
App下載
App下載

掃描二維碼

下載編程獅App

公眾號
微信公眾號

編程獅公眾號