Click or drag to resize
TableContentCreatorCreateSelectCell Method (HtmlTableRow, HtmlTableCell, Int32)
创建包含组合框的单元格

Namespace: Appkit.Web.UI
Assembly: Appkit (in Appkit.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
C#
public HtmlSelect CreateSelectCell(
	HtmlTableRow tr,
	out HtmlTableCell td,
	int wo
)

Parameters

tr
Type: System.Web.UI.HtmlControlsHtmlTableRow
td
Type: System.Web.UI.HtmlControlsHtmlTableCell
wo
Type: SystemInt32

Return Value

Type: HtmlSelect
See Also