FPHTMLTableRow Object

FPHTMLTableRow
Multiple objects

Represents a TR element in an HTML document. See also the IHTMLTableRow object.

Using the FPHTMLTableRow object

Use the rows property to return an IHTMLElementCollection collection that represents a collection of all the TR elements in a table. Use the Item method to return an FPHTMLTableRow object that accesses a specific TR element, referenced by ordinal number or by the value of the id attribute. The following example accesses the first TR element in the first table in the active document.

Dim objTable As FPHTMLTable
Dim objRow As FPHTMLTableRow

Set objTable = ActiveDocument.all.tags("table").Item(0)
Set objRow = objTable.rows(0)

Use the rowIndex property of the FPHTMLTableRow object to retrieve a reference to a specific row. Use the insertRow and deleteRow methods to add or remove rows to or from a table.

Properties | Align Property | all Property | bgColor Property | borderColor Property | borderColorDark Property | borderColorLight Property | cells Property | children Property | className Property | clientHeight Property | clientLeft Property | clientTop Property | clientWidth Property | Document Property | filters Property | id Property | innerHTML Property | innerText Property | isTextEdit Property | lang Property | language Property | offsetHeight Property | offsetLeft Property | offsetParent Property | offsetTop Property | offsetWidth Property | onafterupdate Property | onbeforeupdate Property | onclick Property | ondataavailable Property | ondatasetchanged Property | ondatasetcomplete Property | ondblclick Property | ondragstart Property | onerrorupdate Property | onfilterchange Property | onhelp Property | onkeydown Property | onkeypress Property | onkeyup Property | onmousedown Property | onmousemove Property | onmouseout Property | onmouseover Property | onmouseup Property | onrowenter Property | onrowexit Property | onselectstart Property | outerHTML Property | outerText Property | parentElement Property | parentTextEdit Property | recordNumber Property | rowIndex Property | sectionRowIndex Property | sourceIndex Property | style Property | tagName Property | title Property | vAlign Property

Methods | click Method | contains Method | deleteCell Method | getAttribute Method | insertAdjacentHTML Method | insertAdjacentText Method | insertCell Method | removeAttribute Method | scrollIntoView Method | setAttribute Method | toString Method

Events | onafterupdate Event | onbeforeupdate Property | onblur Event | onclick Event | ondataavailable Event | ondatasetchanged Event | ondatasetcomplete Event | ondblclick Event | ondragstart Event | onerrorupdate Event | onfilterchange Event | onfocus Event | onhelp Event | onkeydown Property | onkeypress Event | onkeyup Event | onmousedown Event | onmousemove Event | onmouseout Event | onmouseover Event | onmouseup Event | onresize Event | onrowenter Event | onrowexit Event | onselectstart Event

Parent Objects

Child Objects | IHTMLElement Object | IHTMLElementCollection Object | IHTMLFiltersCollection Object | IHTMLStyle Object