MonobjcMonobjc Documented Class Library
InsertRow Method (index)
NamespacesMonobjc.WebKit.DOMDOMHTMLTableElementInsertRow(Int32)

Original signature is '- (DOMHTMLElement *)insertRow:(int)index;'

Declaration Syntax
C#Visual BasicVisual C++
public virtual DOMHTMLElement InsertRow(
	int index
)
Public Overridable Function InsertRow ( _
	index As Integer _
) As DOMHTMLElement
public:
virtual DOMHTMLElement^ InsertRow(
	int index
)
Parameters
index (Int32)
MISSING
Return Value

[Missing <returns> documentation for "M:Monobjc.WebKit.DOM.DOMHTMLTableElement.InsertRow(System.Int32)"]

Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.WebKit (Module: Monobjc.WebKit)