Table of Contents

Interface IHTMLTableRowElement

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

.NET interface for TO BE DEFINED FROM USER

public interface IHTMLTableRowElement : IHTMLElement, IElement, INode
Inherited Members

Properties

Align

String Align { get; set; }

Property Value

String

BgColor

String BgColor { get; set; }

Property Value

String

Cells

HTMLCollection Cells { get; }

Property Value

HTMLCollection

Ch

String Ch { get; set; }

Property Value

String

ChOff

String ChOff { get; set; }

Property Value

String

RowIndex

int RowIndex { get; }

Property Value

int

SectionRowIndex

int SectionRowIndex { get; }

Property Value

int

VAlign

String VAlign { get; set; }

Property Value

String

Methods

DeleteCell(int)

void DeleteCell(int arg0)

Parameters

arg0 int

int

Exceptions

DOMException

InsertCell(int)

HTMLElement InsertCell(int arg0)

Parameters

arg0 int

int

Returns

HTMLElement

HTMLElement

Exceptions

DOMException