Table of Contents

Interface IHTMLTableSectionElement

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

.NET interface for TO BE DEFINED FROM USER

public interface IHTMLTableSectionElement : IHTMLElement, IElement, INode
Inherited Members

Properties

Align

String Align { get; set; }

Property Value

String

Ch

String Ch { get; set; }

Property Value

String

ChOff

String ChOff { get; set; }

Property Value

String

Rows

HTMLCollection Rows { get; }

Property Value

HTMLCollection

VAlign

String VAlign { get; set; }

Property Value

String

Methods

DeleteRow(int)

void DeleteRow(int arg0)

Parameters

arg0 int

int

Exceptions

DOMException

InsertRow(int)

HTMLElement InsertRow(int arg0)

Parameters

arg0 int

int

Returns

HTMLElement

HTMLElement

Exceptions

DOMException