Table of Contents

Interface IHTMLTableElement

Namespace
Org.W3c.Dom.Html
Assembly
MASES.JNet.dll

.NET interface for TO BE DEFINED FROM USER

public interface IHTMLTableElement : IHTMLElement, IElement, INode
Inherited Members

Properties

Align

String Align { get; set; }

Property Value

String

BgColor

String BgColor { get; set; }

Property Value

String

Border

String Border { get; set; }

Property Value

String

Caption

HTMLTableCaptionElement Caption { get; set; }

Property Value

HTMLTableCaptionElement

CellPadding

String CellPadding { get; set; }

Property Value

String

CellSpacing

String CellSpacing { get; set; }

Property Value

String

Frame

String Frame { get; set; }

Property Value

String

Rows

HTMLCollection Rows { get; }

Property Value

HTMLCollection

Rules

String Rules { get; set; }

Property Value

String

Summary

String Summary { get; set; }

Property Value

String

TBodies

HTMLCollection TBodies { get; }

Property Value

HTMLCollection

TFoot

HTMLTableSectionElement TFoot { get; set; }

Property Value

HTMLTableSectionElement

THead

HTMLTableSectionElement THead { get; set; }

Property Value

HTMLTableSectionElement

Width

String Width { get; set; }

Property Value

String

Methods

CreateCaption()

HTMLElement CreateCaption()

Returns

HTMLElement

HTMLElement

CreateTFoot()

HTMLElement CreateTFoot()

Returns

HTMLElement

HTMLElement

CreateTHead()

HTMLElement CreateTHead()

Returns

HTMLElement

HTMLElement

DeleteCaption()

void DeleteCaption()

DeleteRow(int)

void DeleteRow(int arg0)

Parameters

arg0 int

int

Exceptions

DOMException

DeleteTFoot()

void DeleteTFoot()

DeleteTHead()

void DeleteTHead()

InsertRow(int)

HTMLElement InsertRow(int arg0)

Parameters

arg0 int

int

Returns

HTMLElement

HTMLElement

Exceptions

DOMException