C# Class NHtmlUnit.Html.HtmlTable

Inheritance: NHtmlUnit.Html.HtmlElement, NHtmlUnit.W3C.Dom.INode, NHtmlUnit.W3C.Dom.IElement, NHtmlUnit.W3C.Dom.IElementTraversal
Afficher le fichier Open project: HtmlUnit/NHtmlUnit

Méthodes publiques

Méthode 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

Méthode Description
HtmlTable ( ) : System

Method Details

GetCellAt() public méthode

public GetCellAt ( int rowIndex, int columnIndex ) : NHtmlUnit.Html.HtmlTableCell
rowIndex int
columnIndex int
Résultat NHtmlUnit.Html.HtmlTableCell

GetRow() public méthode

public GetRow ( int index ) : NHtmlUnit.Html.HtmlTableRow
index int
Résultat NHtmlUnit.Html.HtmlTableRow

GetRowById() public méthode

public GetRowById ( string id ) : NHtmlUnit.Html.HtmlTableRow
id string
Résultat NHtmlUnit.Html.HtmlTableRow

HtmlTable() public méthode

public HtmlTable ( com wrappedObject ) : System
wrappedObject com
Résultat System