C# Class NHtmlUnit.Html.HtmlTableRow

Inheritance: NHtmlUnit.Html.HtmlElement, NHtmlUnit.W3C.Dom.INode, NHtmlUnit.W3C.Dom.IElement, NHtmlUnit.W3C.Dom.IElementTraversal
显示文件 Open project: HtmlUnit/NHtmlUnit

Public Methods

Method Description
GetCell ( int index ) : NHtmlUnit.Html.HtmlTableCell
HtmlTableRow ( com wrappedObject ) : System

Private Methods

Method Description
HtmlTableRow ( ) : System

Method Details

GetCell() public method

public GetCell ( int index ) : NHtmlUnit.Html.HtmlTableCell
index int
return NHtmlUnit.Html.HtmlTableCell

HtmlTableRow() public method

public HtmlTableRow ( com wrappedObject ) : System
wrappedObject com
return System