FPHTMLTable Object

FPHTMLTable
Multiple objects

Represents a TABLE element in an HTML document. See also the IHTMLTable object.

Using the FPHTMLTable object

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

Dim objTable As FPHTMLTable

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

To change the properties for the TFOOT, THEAD, TR, and TD elements, use the FPHTMLTableSection, FPHTMLTableRow, FPHTMLTableCol, and FPHTMLTableCell objects.

Properties | accessKey Property | Align Property | all Property | background Property | bgColor Property | border Property | borderColor Property | borderColorDark Property | borderColorLight Property | caption Property | cellPadding Property | cellSpacing Property | children Property | className Property | clientHeight Property | clientLeft Property | clientTop Property | clientWidth Property | cols Property | dataFld Property | dataFormatAs Property | dataPageSize Property | dataSrc Property | Document Property | filters Property | frame Property | height 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 | onblur Property | onclick Property | ondataavailable Property | ondatasetchanged Property | ondatasetcomplete Property | ondblclick Property | ondragstart Property | onerrorupdate Property | onfilterchange Property | onfocus Property | onhelp Property | onkeydown Property | onkeypress Property | onkeyup Property | onmousedown Property | onmousemove Property | onmouseout Property | onmouseover Property | onmouseup Property | onreadystatechange Property | onresize Property | onrowenter Property | onrowexit Property | onselectstart Property | outerHTML Property | outerText Property | parentElement Property | parentTextEdit Property | ReadyState Property | recordNumber Property | rows Property | rules Property | sourceIndex Property | style Property | tabIndex Property | tagName Property | tBodies Property | tFoot Property | tHead Property | title Property | width Property

Methods | addFilter Method | blur Method | click Method | contains Method | createCaption Method | createTFoot Method | createTHead Method | deleteCaption Method | deleteRow Method | deleteTFoot Method | deleteTHead Method | focus Method | getAttribute Method | insertAdjacentHTML Method | insertAdjacentText Method | insertRow Method | nextPage Method | previousPage Method | Refresh Method | removeAttribute Method | removeFilter Method | scrollIntoView Method | setAttribute Method | toString Method

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

Parent Objects

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