System.Html.TableSectionElement.InsertRow C# (CSharp) Method

InsertRow() public method

public InsertRow ( ) : Element
return Element
        public Element InsertRow()
        {
            return default(Element);
        }

Same methods

TableSectionElement::InsertRow ( int index ) : Element