Table of Contents

Interface IHTMLCollection

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

.NET interface for TO BE DEFINED FROM USER

public interface IHTMLCollection

Properties

Length

int Length { get; }

Property Value

int

Methods

Item(int)

Node Item(int arg0)

Parameters

arg0 int

int

Returns

Node

Node

NamedItem(String)

Node NamedItem(String arg0)

Parameters

arg0 String

String

Returns

Node

Node