Trait script::dom::bindings::codegen::Bindings::HTMLTableSectionElementBinding::HTMLTableSectionElement_Binding::HTMLTableSectionElementMethods
source · pub trait HTMLTableSectionElementMethods {
// Required methods
fn Rows(&self) -> Root<Dom<HTMLCollection>>;
fn InsertRow(
&self,
index: i32,
_can_gc: CanGc,
) -> Result<Root<Dom<HTMLElement>>, Error>;
fn DeleteRow(&self, index: i32) -> Result<(), Error>;
}