Interface IHTMLTableRowElement
.NET interface skeleton to be manually developed following https://docs.oracle.com/javase/8/docs/api/org/w3c/dom/html/HTMLTableRowElement.html
public interface IHTMLTableRowElement : IHTMLElement, IElement, INode
- Inherited Members
Properties
Align
https://docs.oracle.com/javase/8/docs/api/org/w3c/dom/html/HTMLTableRowElement.html#getAlign-- https://docs.oracle.com/javase/8/docs/api/org/w3c/dom/html/HTMLTableRowElement.html#setAlign-java.lang.String-
String Align { get; set; }
Property Value
BgColor
https://docs.oracle.com/javase/8/docs/api/org/w3c/dom/html/HTMLTableRowElement.html#getBgColor-- https://docs.oracle.com/javase/8/docs/api/org/w3c/dom/html/HTMLTableRowElement.html#setBgColor-java.lang.String-
String BgColor { get; set; }
Property Value
Cells
HTMLCollection Cells { get; }
Property Value
Ch
https://docs.oracle.com/javase/8/docs/api/org/w3c/dom/html/HTMLTableRowElement.html#getCh-- https://docs.oracle.com/javase/8/docs/api/org/w3c/dom/html/HTMLTableRowElement.html#setCh-java.lang.String-
String Ch { get; set; }
Property Value
ChOff
https://docs.oracle.com/javase/8/docs/api/org/w3c/dom/html/HTMLTableRowElement.html#getChOff-- https://docs.oracle.com/javase/8/docs/api/org/w3c/dom/html/HTMLTableRowElement.html#setChOff-java.lang.String-
String ChOff { get; set; }
Property Value
RowIndex
int RowIndex { get; }
Property Value
SectionRowIndex
int SectionRowIndex { get; }
Property Value
VAlign
https://docs.oracle.com/javase/8/docs/api/org/w3c/dom/html/HTMLTableRowElement.html#getVAlign-- https://docs.oracle.com/javase/8/docs/api/org/w3c/dom/html/HTMLTableRowElement.html#setVAlign-java.lang.String-
String VAlign { get; set; }
Property Value
Methods
DeleteCell(int)
void DeleteCell(int arg0)
Parameters
Exceptions
InsertCell(int)
HTMLElement InsertCell(int arg0)