C# Class NHtmlUnit.Html.HtmlTable

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

Public Methods

Method Description
GetCellAt ( int rowIndex, int columnIndex ) : NHtmlUnit.Html.HtmlTableCell
GetRow ( int index ) : NHtmlUnit.Html.HtmlTableRow
GetRowById ( string id ) : NHtmlUnit.Html.HtmlTableRow
HtmlTable ( com wrappedObject ) : System

Private Methods

Method Description
HtmlTable ( ) : System

Method Details

GetCellAt() public method

public GetCellAt ( int rowIndex, int columnIndex ) : NHtmlUnit.Html.HtmlTableCell
rowIndex int
columnIndex int
return NHtmlUnit.Html.HtmlTableCell

GetRow() public method

public GetRow ( int index ) : NHtmlUnit.Html.HtmlTableRow
index int
return NHtmlUnit.Html.HtmlTableRow

GetRowById() public method

public GetRowById ( string id ) : NHtmlUnit.Html.HtmlTableRow
id string
return NHtmlUnit.Html.HtmlTableRow

HtmlTable() public method

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